Skip to main content
Glama

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 Reconzy 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.3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It lists the output fields (source, date, licence, citation), which is useful, but it does not explicitly state that this is a read-only operation or mention any side effects. The read-only nature is implied by the content, but not stated.

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?

A single, front-loaded sentence that packs the essential information: what the tool returns and why to use it. Every word earns its place, with no redundancy or 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 simple metadata tool with no parameters and no output schema, the description fully covers what an agent needs: the specific data fields returned and the use case. There is no missing information that would hinder correct invocation.

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 coverage is trivially 100%. Per the rubric, a zero-parameter tool gets a baseline of 4. The description does not need to explain parameters, and it correctly focuses on the output.

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 clearly states the tool returns the source, computation date, licence, and citation for the Reconzy dataset. It specifies the exact resource (Reconzy dataset) and the purpose (attribute a figure correctly), distinguishing it from sibling tools that focus on data exploration like columns, stats, and search.

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 implies when to use it: when you need to attribute or cite a figure. It does not explicitly exclude alternatives, but the purpose is clear enough for an agent to infer this is the right tool for provenance questions. No explicit 'when not to use' is given, but the context is sufficient.

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

A3.6/5.0
Disambiguation4/5

Tools are mostly distinct, but dataset_row, dataset_search, and dataset_compare have overlapping row-filtering purposes. Descriptions clarify exact match vs. contains vs. any-of, so confusion is unlikely but possible.

Naming Consistency3/5

All tools share the dataset_ prefix, but the suffix pattern is inconsistent: some are nouns (columns, provenance, row, stats, top) and some are verbs (compare, search). A more uniform verb_noun or noun_only convention would improve predictability.

Tool Count5/5

Seven tools is a well-scoped set for dataset exploration, covering schema, provenance, lookup, search, comparison, statistics, and top-values queries without redundancy or bloat.

Completeness4/5

The toolset covers the main dataset exploration operations well, but it lacks explicit distinct-value or grouped-aggregation tools, which could be useful for fuller ad-hoc analysis. It is not severely incomplete.

Resources