Skip to main content
Glama

Ferritin — Rust documentation

Server Details

Search and read Rust documentation for the standard library and any crate on crates.io

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
jbr/ferritin
GitHub Stars
33

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 2 of 2 tools scored. Lowest: 3.7/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: 'get' retrieves documentation for a specific item, while 'search' finds items or crates. There is no overlap between them.

Naming Consistency4/5

Both tool names are single verbs ('get', 'search'), which is simple and consistent. They deviate from a typical verb_noun pattern, but the convention is uniform.

Tool Count3/5

With only 2 tools, the server is minimal but appropriate for its narrow scope of Rust documentation lookup. Any fewer would be insufficient, and more could be added for robustness.

Completeness4/5

The server covers the core tasks of retrieving documentation and searching for items or crates. It lacks browsing or listing capabilities, but these are not essential for a focused doc lookup server.

Available Tools

2 tools
getAInspect

Show documentation for a Rust item by path.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesItem path, e.g. `serde::Deserialize` or `std::vec::Vec`. A crate segment may carry an `@`-suffixed semver requirement (not an exact version): `tokio@1::runtime::Runtime` serves the newest 1.x, while `tokio@=1.40` pins an exact release.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description must carry behavioral information. It describes basic function but does not disclose side effects, permission needs, or error handling. Read-only nature is implied but not explicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is a single, efficient sentence that conveys the tool's purpose with no extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (one required parameter, no output schema), the description is adequate but could specify return format or error cases for completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with a detailed parameter description including examples and format rules. The tool description adds no additional parameter information beyond the schema, so baseline score applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Show documentation for a Rust item by path', identifying the verb ('Show') and resource ('documentation for a Rust item'). It distinguishes from sibling 'search' by implying direct path-based lookup.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool vs alternatives, or when not to use it. The parameter description adds format details but lacks usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.