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 Markupbird 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?

With no annotations provided, the description carries the full burden. It correctly frames the operation as a read ('Read this'), lists the concrete fields returned, and implies no side effects. It does not mention rate limits or authorization, but nothing suggests risk or mutation.

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 sentences deliver the resource, the field list, and the intended use case without filler. The most important information is front-loaded, and nothing repeats the title or schema.

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 zero-input read with no output schema, the description is complete: it says what the agent will get and when to ask for it. The list of fields compensates for the absence of an output schema.

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 takes no parameters and the schema coverage is complete, so the baseline is 4. The description adds useful context by specifying what the returned provenance record contains, even though there are no parameters to document.

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 names a specific resource (the Markupbird dataset) and enumerates the exact provenance fields (source, computed date, licence, citation). This clearly distinguishes it from sibling tools that handle columns, rows, stats, search, or comparison.

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 tells the agent when to use it: 'Read this to attribute a figure correctly.' It does not list exclusions or point to sibling alternatives, but for a zero-parameter provenance getter the stated use case is sufficient context.

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

Each tool targets a distinct access pattern: schema, provenance, exact-match row lookup, multi-value ordered comparison, substring search, numeric stats, and top/bottom ranking. dataset_row and dataset_compare are similar but clearly differentiated by exact value match versus ordered list of values.

Naming Consistency4/5

All tools share the consistent dataset_ prefix and a single descriptive word. There is slight variation between nouns (columns, provenance, row, stats, top) and verbs (compare, search), but the pattern is predictable enough for easy recognition.

Tool Count5/5

Seven tools is a well-scoped size for a dataset exploration server. Each tool provides a distinct query mode without unnecessary duplication or bloat.

Completeness4/5

The surface covers schema, provenance, exact and fuzzy row retrieval, numeric statistics, and ranking. A full-table dump or arbitrary multi-condition filtering is missing, but the core workflows for dataset Q&A are covered.

Resources