Skip to main content
Glama

Fetch a Taxi Rido public document

fetch
Read-onlyIdempotent

Returns one complete canonical public product page or guide by the stable ID or URL returned from search. The URL can be used as the citation source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesStable document ID or canonical URL returned by search.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
textYes
titleYes
metadataYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint. Description adds that it returns a complete canonical page and that URL can be used as citation source, providing useful behavioral context beyond annotations.

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?

Single sentence, no wasted words, front-loaded with purpose. Every word adds value.

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

Completeness5/5

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

For a tool with one parameter, comprehensive annotations, and an output schema, the description covers the purpose, usage context, and output sufficiently. No gaps.

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 has 100% description coverage for the single parameter. Description reinforces the purpose of the parameter as stable ID or URL returned from search, adding clarity.

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 specific verb 'returns' and resource 'complete canonical public product page or guide', and clearly distinguishes from sibling 'search' by indicating it fetches a single item by stable ID or URL.

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?

States it uses ID/URL from search, implying after search, and provides context for citation. Does not explicitly list when not to use, but the complementary relationship with search is 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

The tools 'search' and 'fetch' have clearly distinct purposes: search for finding documents, fetch for retrieving a specific page. No overlap in functionality.

Naming Consistency5/5

Both tools use simple, lowercase verb names ('search', 'fetch'), maintaining a consistent and predictable pattern.

Tool Count3/5

With only 2 tools for a knowledge base covering diverse topics like taxi software and operations, the count feels slightly thin but is still reasonable for a focused public knowledge server.

Completeness2/5

The server lacks a browsing or listing capability, making it difficult for agents to discover available documents without knowing exactly what to search for. Major gaps in coverage.

Resources