Skip to main content
Glama

osint-terminal

Crates

crates

crates.io: Rust crate stats + downloads

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.2/5.0
Behavior1/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It does not describe what the tool returns, whether it is read-only, any rate limits, authentication requirements, or side effects. The phrase 'stats + downloads' is too vague to convey the behavior, and the agent has no idea what the response format or error handling looks like.

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

Conciseness3/5

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

The description is a single concise phrase with no fluff, which is efficient. However, it is under-specified to the point of being insufficient. It is front-loaded with the main purpose, but the brevity comes at the expense of necessary details. The structure is clear but not appropriately sized for the tool's needs.

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

Completeness1/5

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

Despite having only one parameter, the description is extremely incomplete. It does not explain what the output looks like, what input format is expected, or how this tool fits into a larger workflow. The lack of behavioral, usage, and parameter details means an agent has insufficient information to call this tool correctly, especially given the existence of closely related siblings.

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

Parameters1/5

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

The schema has a single parameter 'q' with no description (0% coverage). The description does not explain the meaning of 'q' or how to use it. There is no mention of what to pass (e.g., crate name, search query) or any format constraints. With zero schema coverage and no elaboration in the description, the agent cannot confidently construct a valid request.

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

Purpose4/5

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

The description states a clear purpose: retrieving Rust crate stats and download information from crates.io. It specifies the resource (Rust crates) and the action (stats + downloads). It is not a tautology and provides a concrete verb-resource pairing. However, it does not differentiate from sibling tools like cratedownloads and cratestats, which might have overlapping functionality.

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?

There is no guidance on when to use this tool versus its siblings. The description does not mention alternative tools or specify conditions under which this tool is preferred. Given siblings like cratedownloads and cratestats exist, the lack of usage context leaves the agent without direction on tool selection.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources