Skip to main content
Glama

Shoon A2A Trust Services (pilot)

citation_audit

Audit citations in a document: for each citation the sandbox fetches the URL over plain HTTPS and reports the HTTP status, content type, and whether the quoted text appears verbatim in the fetched page. It does not judge argument quality or check paywalled content. Sandbox: free during the testing phase, testnet semantics, deliverables Ed25519-signed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNo
quote_idNoMachine flow: a quote_id from POST /quote for this service. When given, the quote's input is used and the X-PAYMENT header must authorize that quote. Human flow (X-API-KEY): pass input instead.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden, and it does a good job: it discloses the network fetch, the report fields, the verbatim check, the sandbox/testnet context, and Ed25519-signed deliverables. It stops short of describing mutation/safety characteristics or rate limits, but the described behavior is notably 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?

Three sentences, each earning its place: the first states core functionality, the second lists exclusions, the third gives sandbox/pricing/signing context. The most decision-relevant 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?

For a nested-parameter tool with no output schema and no annotations, the description covers the operation, output elements, limitations, and sandbox semantics. It does not describe the exact output structure or authentication flows, but the schema partially handles those, and the core calling context is clear.

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?

Schema description coverage is only 50%: quote_id is documented in the schema but the nested input/citations fields are not. The description partially compensates by explaining that URLs are fetched and quoted text is checked, giving meaning to url and quoted_text, but it does not clarify label or the relationship between quote_id and input beyond what the schema says.

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 opens with a specific verb-resource pair ('Audit citations in a document') and explains precisely what the tool does: fetch each URL over plain HTTPS, report HTTP status/content type, and check verbatim quoted text. It also states what it does not do (judge argument quality, check paywalled content), which distinguishes it from plausible siblings like claim_verification.

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 makes the intended use clear and even gives exclusions: it does not judge argument quality or check paywalled content. It does not explicitly name sibling alternatives or give a 'use when' rule, but the scope is specific enough that an agent can infer when to select it.

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.