Skip to main content
Glama

osint-terminal

Cratestats

cratestats

crates.io Stats: Rust crate downloads, version, repo (no key)

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

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It usefully discloses that no key is required and that the result covers downloads, version, and repo, which are behavior-relevant facts. It does not address default/empty q behavior, rate limits, or whether the repo field is always present, so it is only partially transparent.

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?

One short sentence is front-loaded with the resource and data scope, and the '(no key)' note is efficient. No filler or redundant restatement.

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?

For a one-parameter, read-only lookup, the description plus output schema cover a good deal: resource, data fields, and key requirement. The remaining gap is q's semantics and default behavior, which is important enough to keep this below 4.

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

Parameters2/5

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

The schema only exposes an optional q string with no description, and the description does not explicitly say q is a crate name or query. The phrase 'Rust crate' hints at the domain, but the agent must infer what to put in q and what an empty q returns. This does not compensate for 0% schema coverage.

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 names a concrete resource (crates.io Rust crates) and the data returned (downloads, version, repo), and adds a 'no key' condition. It lacks an explicit verb like 'get' or 'look up,' and it does not directly distinguish itself from sibling tools like crates or cratedownloads, so it stops short of 5.

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?

The only usage signal is the parenthetical 'no key,' implying the tool is a keyless way to fetch crate stats. There is no explicit guidance about when to choose cratestats over crates or cratedownloads, nor any exclusion criteria. This is implied rather than stated.

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