Skip to main content
Glama

Agent Papers

whats_new

Return changelog entries derived from registry added and updated dates, optionally filtered from a YYYY-MM-DD date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNoOptional inclusive YYYY-MM-DD lower bound.

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral burden. It explains that entries are 'derived from registry added and updated dates,' which gives some insight into how the tool works. However, it does not disclose return format, pagination, or potential side effects, leaving gaps in transparency.

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 a single, concise sentence that front-loads the main purpose. Every word adds value with no unnecessary fluff or repetition.

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?

For a simple tool with one optional parameter and no output schema, the description adequately conveys what it returns and how entries are derived. It could enrich the return format details, but given the low complexity, it is fairly complete.

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 schema fully describes the single parameter 'since' with 'Optional inclusive YYYY-MM-DD lower bound.' The description adds no extra meaning beyond what the schema already provides, so with 100% schema coverage the baseline of 3 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?

The description uses a specific verb 'Return' and clearly identifies the resource as 'changelog entries derived from registry added and updated dates.' It also mentions optional date filtering, which distinguishes it from sibling tools like compare or search. This is unambiguous and distinct.

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 for when to use the tool by defining its output (changelog entries) and the optional date filter. It does not explicitly name alternatives or exclusions, but the purpose is self-evident and distinct from sibling tools, making the usage context reasonably clear.

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 resource and action: search for discovery, get_company for full details, compare for category matrices, list_categories for browsing, get_schema for metadata, and whats_new for changelog. There is no meaningful overlap between any tools.

Naming Consistency3/5

Most tools follow a verb_noun pattern (get_company, get_schema, list_categories), but 'compare' and 'search' are bare verbs, and 'whats_new' is a noun phrase rather than a verb. The mixture of styles is noticeable but still readable.

Tool Count5/5

With 6 tools, the server is well-scoped for a read-only registry exploration. Each tool earns its place, and the count is neither too thin nor overly heavy for the apparent purpose.

Completeness5/5

The surface covers the full exploration lifecycle: listing categories, searching, fetching details, comparing, understanding schema, and tracking updates. For a read-only registry, there are no obvious missing operations that would hinder an agent.

Resources