Skip to main content
Glama

Public Data Catalog

Verify an execution receipt

verify
Read-onlyIdempotent

Check receipt and result hashes plus the execution envelope against the reviewed catalog. This detects later modification; it does not prove publisher authenticity or current freshness.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
executionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
validYes
checksYes
receipt_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavioral context beyond annotations by clarifying that the tool detects modification but does not verify authenticity or freshness. Annotations already indicate readOnly, idempotent, non-destructive, and no contradiction is present.

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 concise sentences with no redundant information, front-loaded with the action and followed by important limitations. Every sentence adds value.

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?

Given the presence of an output schema (not shown), the description does not need to explain return values. It covers purpose, limitations, and input semantics adequately, though more detail on the input object structure would improve completeness.

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?

With 0% schema description coverage, the description partially compensates by mentioning 'receipt and result hashes plus the execution envelope', but the input object structure is not fully explained. Baseline for single parameter with low coverage is 3.

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 title 'Verify an execution receipt' and description 'Check receipt and result hashes plus the execution envelope against the reviewed catalog' provide a specific verb and resource, clearly distinguishing it from sibling tools 'execute' and 'search_data'.

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 explicitly states what the tool does not do ('does not prove publisher authenticity or current freshness') and its purpose (detect later modification), guiding the agent on when to use it. However, it does not explicitly mention alternatives.

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

Each tool targets a distinct concern: execute retrieves data via a contract, search_data queries metadata, and verify checks integrity receipts. No overlap or ambiguity between them.

Naming Consistency4/5

All tool names are lowercase snake_case with a verb-first style (execute, search_data, verify). While not strictly verb_noun, the naming is predictable and consistent, though a less uniform pattern than the calibration example.

Tool Count5/5

Three tools is a well-scoped set for a public data catalog: search, retrieve, and verify. Each tool serves a necessary role with no bloat or missing core functionality.

Completeness5/5

The domain covers discovering, accessing, and validating public data. search_data finds datasets, execute retrieves them, and verify ensures integrity—covering the full workflow without obvious gaps.