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 Ninebix 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.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the tool's output contents (source, date, licence, citation) and frames it as a read operation with 'Read this.' For a zero-parameter provenance tool, this is reasonably transparent, though it does not specify return formatting or whether values are static.

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 key output fields are listed up front, and the usage instruction is concise and actionable.

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, parameterless provenance tool with no output schema, the description fully lists what the agent will receive and when to use it. The title reinforces the purpose, so nothing essential is missing for correct selection and 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, so no parameter documentation is needed. The description does not need to compensate for schema gaps, and the baseline of 4 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 clearly identifies the tool's resource (the Ninebix dataset) and the specific information returned: source, computation date, licence, and citation. It is clearly distinct from sibling tools like dataset_stats or dataset_search, which address data contents rather than provenance.

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 instructs when to use the tool: 'Read this to attribute a figure correctly.' This provides a clear use context, though it does not name sibling alternatives or explicitly state when not to use it.

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

Each tool has a distinct purpose: schema, row retrieval, search, stats, top values, comparisons, and provenance. No overlap or ambiguous responsibilities.

Naming Consistency5/5

All tools follow the consistent `dataset_<action>` pattern with clear verb-like suffixes, making the set predictable and easy to navigate.

Tool Count5/5

Seven tools cover the full range of data exploration needs without being excessive. The count is well within the ideal range for a focused dataset server.

Completeness5/5

The toolset provides comprehensive coverage: schema inspection, individual rows, search, statistics, top/bottom sorting, comparisons, and metadata. No obvious missing capability for typical dataset queries.

Resources