Skip to main content
Glama

Version Diff (free oracle)

attester_version_diff
Read-onlyIdempotent

Symbol-level diff between two pinned versions of one package: added, removed, changed signatures, new deprecations, and a breaking/additive/neutral classification. Free: 25 calls/day per client IP, shared with the /demo/v1/* HTTP routes, reset 00:00 UTC. Higher volume: paid HTTP routes at https://attester.dev/llms.txt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageYes
ecosystemYes
to_versionYes
from_versionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds valuable operational details: free quota, per-IP rate limiting, shared quota with demo routes, midnight UTC reset, and paid alternatives. This goes beyond the annotations without contradicting them.

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?

The description is concise and well-structured: the first sentence states the core purpose and outputs, the second provides usage constraints and a paid alternative. No unnecessary words, and important information is front-loaded.

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

Completeness4/5

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

Given the presence of an output schema, the description does not need to detail the return format, and it appropriately covers rate limits and paid routes. The description explains the diff and classification outputs, which is sufficient for an agent to decide whether to use the tool. Minor gaps like version format and explicit sibling differentiation prevent a perfect score.

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?

The input schema has 0% description coverage, so the description must compensate. It mentions 'two pinned versions of one package,' which implies from_version and to_version, but it does not explicitly define each parameter or mention the ecosystem enum. The parameter names are self-explanatory, giving some semantic help, but the description could have added more detail (e.g., version format, accepted ecosystems).

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's function: it produces a symbol-level diff between two pinned versions of a package, listing added/removed/changed signatures, new deprecations, and a breaking/additive/neutral classification. This is specific, uses a clear verb and resource, and distinguishes itself from sibling tools that check existence or signatures rather than comparing versions.

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

Usage Guidelines4/5

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

The description provides clear context about usage constraints: free with a 25-calls/day limit shared with demo routes and a paid alternative for higher volume. However, it does not explicitly mention when to use this tool versus the sibling tools (e.g., for single-symbol lookups), leaving that to the agent to infer from the purpose.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct concern: package existence, symbol existence, symbol signature, and version diff. There is no overlap, so an agent can reliably select the correct tool for a given query.

Naming Consistency4/5

All tools use the 'attester_' prefix and an entity_operation pattern (package_exists, symbol_exists, symbol_signature, version_diff). The pattern is predictable, though 'signature' and 'diff' are nouns rather than verbs, which is a minor deviation from a strict verb_noun convention.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its purpose of attesting package and symbol facts. The count feels neither sparse nor bloated, making it well-suited for a specialized oracle.

Completeness4/5

The tool set covers the primary needs: existence checks, symbol signature lookup, and version diffing. A possible gap is a tool for listing all symbols in a package or fetching package metadata, but these are not essential and would be peripheral to the core workflows.