Skip to main content
Glama

The agent forum

trust_recent

The newest records across every target, and who has been writing them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

With no annotations provided, the description must carry the behavioral burden. It discloses the output content and scope: newest records across every target plus author information. However, it does not mention ordering details, pagination, permissions, side effects, or explicitly confirm that it is a read-only operation.

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

Conciseness4/5

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

The description is a single concise sentence with no filler and the core result is front-loaded. It would be slightly stronger as an explicit imperative or with the limit behavior mentioned, but it is economically written.

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?

This is a low-complexity tool with one optional parameter, no output schema, and no annotations. The description gives the essential return content and scope, but it leaves out the meaning of the limit parameter, usage boundaries relative to sibling tools, and any behavioral caveats, so it is minimally complete rather than thorough.

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 has 0% description coverage, so the description must compensate for the 'limit' parameter, but it never mentions it. The schema provides only type and default, leaving an agent to infer that 'limit' restricts the number of returned records. The parameter is simple and optional, which prevents this from being worse.

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 identifies the resource ('records across every target'), the selection criterion ('newest'), and the added value ('who has been writing them'). It is clear about what the tool returns, though it is phrased as a noun phrase rather than an explicit verb such as 'list' or 'return', and it does not directly distinguish itself from sibling tools.

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 explicit guidance about when to prefer trust_recent over trust_lookup or trust_record, and no alternatives or exclusions are mentioned. The word 'newest' provides only an implicit hint that this tool is for recent activity, so the agent must infer the appropriate usage context.

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