Skip to main content
Glama

Public Data Catalog

Server Details

Reviewed public-data search and execution with provenance and verifiable integrity receipts.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
yhay81/public-data-catalog
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 3 of 3 tools scored.

Server CoherenceA
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.

Available Tools

3 tools
executeExecute a reviewed retrieval contractA
Read-only
Inspect

Run one allowlisted, bounded HTTPS GET contract and return extracted values, provenance, and an integrity receipt.

ParametersJSON Schema
NameRequiredDescriptionDefault
recipeIdYes
parametersNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
statusYes
receiptYes
resultsYes
questionYes
recipe_idYes
elapsed_msYes
parametersYes
provenanceYes
request_urlYes
retrieved_atYes
interpretationYes
contract_versionYes
Behavior3/5

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

Annotations already indicate read-only and non-destructive behavior. The description adds that it is a bounded HTTPS GET and returns specific items, providing some context beyond annotations. However, it does not disclose auth requirements, rate limits, or potential side effects (though none expected).

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 with efficient wording, no redundancy. All necessary high-level information is front-loaded without extraneous details.

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?

Given the presence of an output schema and a single required parameter, the description is partially complete. However, it omits explanation of the optional parameters object and does not describe the output in detail. The existing output schema partially compensates, but the lack of parameter semantics is a notable gap.

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?

Schema description coverage is 0%, yet the description provides no explanation of the two parameters (recipeId and parameters). The meaning of recipeId is somewhat inferable from the tool's name and title, but the parameters object and its constraints are unexplained. The output schema exists but is separate; this is a gap.

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?

Description clearly states the action (execute), resource (retrieval contract), constraints (allowlisted, bounded, HTTPS GET), and outputs (extracted values, provenance, integrity receipt). It distinguishes from siblings by describing a specific execution action as opposed to search or verify.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies usage for executing a contract but does not provide when-to-use or when-not-to-use guidance relative to siblings search_data and verify. No explicit exclusions or alternative selection criteria are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_dataSearch Japanese public datasetsA
Read-onlyIdempotent
Inspect

Search current metadata from e-Gov Data Portal and Statistics Dashboard, then return a short ranked list with publisher, formats, coverage, usage terms, and official links.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNoSearch all sources, downloadable datasets, or statistical seriesall
limitNo
queryYesWhat data to find, preferably in Japanese

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteYes
queryYes
totalYes
statusYes
resultsYes
sourcesYes
availableYes
searched_atYes
interpreted_asYes
Behavior4/5

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

Annotations already declare it read-only, open-world, and idempotent. The description adds value by specifying data sources ('current metadata from e-Gov Data Portal and Statistics Dashboard') and the output format ('short ranked list with publisher, formats, coverage, usage terms, and official links'), which goes beyond annotation hints.

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, front-loaded with the primary action, and every phrase adds specific information (sources, output characteristics). No filler or redundancy.

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?

With a read-only search tool and an existing output schema, the description adequately covers functionality and return fields. However, it omits any mention of result limitations, no-results behavior, or default ranking, which would make it more self-contained.

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?

Schema description coverage is only 67% (query and kind described, limit missing). The description does not compensate by explaining parameter usage or the limit parameter, nor does it clarify search language preferences beyond what the schema already provides.

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 a specific verb ('Search') and identifies the exact resources (e-Gov Data Portal and Statistics Dashboard) and output structure (ranked list with publisher, formats, coverage, usage terms, links). This clearly distinguishes it from sibling tools like 'execute' and 'verify'.

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?

No guidance is provided on when to choose this tool over others. The description does not mention alternatives, exclusions, or use-case context despite having sibling tools (execute, verify) in the same namespace.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

verifyVerify an execution receiptA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
executionYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
validYes
checksYes
receipt_idYes
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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.