Skip to main content
Glama

site

Where this data comes from, and how to cite it

dataset_provenance

The source, the date it was computed, the licence and the citation for the Pickpathly dataset. Read this to attribute a figure correctly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the disclosure burden. It names the exact information returned (source, computation date, licence, citation) and frames the operation as a read-only lookup. This is adequate for a simple metadata tool, though it does not explicitly state that no data is modified.

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?

The description is two short sentences with no filler. The core content is front-loaded in the first sentence, and the second sentence adds practical guidance about when to use it. Every word earns its place.

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 zero-parameter, no-output-schema tool, the description lists the important returned fields and the intended use case. It could be slightly more explicit about the output format, but the stated fields are sufficient for an agent to interpret the result and cite the dataset correctly.

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?

The tool has zero parameters, and the schema confirms this. According to the rubric, a no-parameter tool starts at baseline 4, and no parameter description is needed. Nothing is missing here.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as providing provenance information for the Pickpathly dataset: source, computed date, licence, and citation. It is easily distinguished from sibling data-access tools like dataset_row or dataset_stats, though it lacks an explicit verb such as 'returns' or 'retrieves'.

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 phrase 'Read this to attribute a figure correctly' gives a clear usage context: use this tool when citation or attribution is needed. It does not name alternatives or explicitly say when not to use it, but the context is specific enough for an agent to route correctly.

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 has a clearly distinct purpose: schema introspection, provenance, exact match, substring search, statistical aggregation, top/bottom ranking, and multi-value comparison. The overlap between dataset_row and dataset_search is minimal and well-defined by exact vs. substring matching. dataset_compare is distinct as it handles ordered comparisons of multiple values.

Naming Consistency5/5

All tools follow a consistent pattern of 'dataset_' prefix followed by a descriptive noun (columns, compare, provenance, row, search, stats, top). The naming is uniform and immediately signals the operation type, making it predictable for agents.

Tool Count5/5

Seven tools is an appropriate scope for a read-only dataset querying server. Each tool covers a distinct query mode without redundancy, and the count is within the ideal 3-15 range for a focused domain.

Completeness5/5

The tool set covers all essential read operations for a dataset: schema discovery, data retrieval (exact, search, comparison), statistical summaries, ranking, and provenance metadata. There are no obvious gaps for typical analytical questions, and the surface is complete for its stated purpose of answering dataset queries.

Resources