Skip to main content
Glama

recent

What changed in the last hours or days — the escape hatch for facts newer than your training cutoff. Reach for this whenever the answer could have moved since you were trained: elections, appointments, acquisitions, releases, deaths, records. Returns titles with timestamps and edit comments; resolve any of them with lookup(). Pass topic to filter and hours to widen the window up to a week.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoLook-back window in hours, 1-168 (default 24).
limitNoMaximum changes, 1-100 (default 25).
topicNoOptional case-insensitive filter on title or edit comment.

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It reveals the return shape ('titles with timestamps and edit comments') and how parameters affect results ('Pass topic to filter and hours to widen the window'), going beyond the schema. It does not discuss edge cases like empty results or ordering, preventing a higher score.

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 three sentences, front-loaded with the core purpose ('What changed in the last hours or days') and no wasted words. Each sentence serves a distinct role: what, when, and how.

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 no output schema, the description adequately covers the return format and usage guidance. It lacks details on ordering or empty results, but the schema already documents parameter constraints, making this a solid 4.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful context for two parameters: topic ('filter') and hours ('widen the window up to a week'), while limit is left entirely to the schema. This extra guidance justifies a 4.

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 identifies the tool as returning recent changes: 'What changed in the last hours or days' and 'Returns titles with timestamps and edit comments.' It also distinguishes from siblings by positioning itself as the 'escape hatch' for facts newer than the training cutoff, implying other tools handle different lookup scenarios.

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?

It provides explicit trigger conditions: 'Reach for this whenever the answer could have moved since you were trained' with concrete examples (elections, appointments, acquisitions). It does not explicitly name a direct alternative tool like search, but references lookup() for follow-up, so it falls short of a 5.

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.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: search finds titles, lookup returns structured entity facts, article returns full text, define handles dictionary entries, papers covers academic metadata, and recent tracks updates. Potential overlaps are explicitly disambiguated, such as define for words versus lookup for things, and lookup for summaries versus article for full text.

Naming Consistency4/5

All tool names are lowercase single words, which creates a clean and predictable style. The set mixes resource-like names (article, papers, recent) with action-oriented names (define, lookup, search), but the minimalist convention remains consistent and easy to remember.

Tool Count5/5

Six tools is well-scoped for a knowledge retrieval server: discovery, entity facts, full text, definitions, academic papers, and recent changes each earn their place. There is no redundancy and no sense that tools were added without a clear purpose.

Completeness5/5

The surface covers the full retrieval workflow: find the right entity with search, get a concise fact summary with lookup, retrieve full article text, define words, access scholarly sources, and check for recent updates. For a read-only knowledge server, this covers the user journey without dead ends.

Resources