Skip to main content
Glama

Stackrate: Office of the CFO software comparisons

fetch

Read-onlyIdempotent

Fetch one published comparison in full by id (the slug returned by search). Returns the executive summary and every requirement-level finding with status, mechanism, limitations and cited sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesComparison slug from search

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds valuable behavioral detail about the return payload: executive summary plus every requirement-level finding with status, mechanism, limitations, and cited sources. It stops short of describing error/not-found behavior, but that is a minor gap.

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?

Two tightly written sentences: the first front-loads the action and object, the second enumerates the return contents. Every sentence adds information and there is no filler.

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 single-parameter read-only fetch with no output schema, the description is complete: it says where the id comes from and what the response contains. Combined with the sibling tools, an agent has enough context to invoke it correctly.

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 already fully describes the id parameter as 'Comparison slug from search' (100% coverage), and the description mostly restates that. It adds no new format, constraints, or usage details beyond what the schema provides, so the baseline 3 is appropriate.

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 names a specific verb and resource: 'Fetch one published comparison in full by id'. It also ties the id to 'the slug returned by search', which clearly distinguishes this tool from the search, list_vendors, and compare_vendors siblings.

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 establishes the prerequisite workflow by stating that the id is the slug returned by search, so an agent knows to use search first and then fetch. It does not explicitly list alternatives or when-not-to-use conditions, but the usage context 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.

Resources