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 DescriptionsB

Average 3.4/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: 'get' retrieves documentation for a specific item by path, while 'search' finds items by name or documentation. There is no overlap.

Naming Consistency5/5

Both tool names are short, consistent verbs ('get', 'search') that clearly describe their actions, following a predictable pattern.

Tool Count4/5

With only 2 tools, the count is slightly low but reasonable for a focused documentation server that covers the two main actions: fetching specific items and searching.

Completeness3/5

The tool set covers essential actions (retrieve and search), but lacks operations like listing all items or browsing related documentation, which may be expected for a full documentation server.

Available Tools

2 tools
getBInspect

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.
Behavior2/5

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

No annotations exist, so the description carries full burden. It is too brief, missing details about side effects, return format, or errors. The tool is likely read-only but this is not stated.

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

Conciseness4/5

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

The description is a single, efficient sentence with no wasted words. It is front-loaded with the core action, though it could include more context without being verbose.

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

Completeness2/5

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

Given the simplicity of the tool (1 param, no output schema), the description lacks completeness. It does not describe the result (e.g., documentation text) or error conditions, and provides no usage guidance relative to the sibling.

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% and the parameter description is detailed. The tool description adds no additional meaning beyond the schema, so baseline score of 3 is appropriate.

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?

The description clearly states the tool shows documentation for a Rust item by path, using a specific verb and resource. It distinguishes from the sibling tool 'search' which likely does not require a full path.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus the sibling 'search'. The description does not mention any prerequisites or context for usage.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.