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 Cmmsly 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 behavioral burden. It clearly signals a read-only informational operation by enumerating metadata fields and instructing the agent to 'read this.' It does not discuss errors or formatting, but for a zero-parameter provenance lookup the behavior is adequately disclosed.

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, front-loading the data fields before the usage instruction. Every phrase earns its place and there is no fluff or redundancy.

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 parameterless tool with no output schema, the description tells the agent both what it returns and why it matters. The agent can select it and know it will get attribution metadata without further documentation.

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?

There are no parameters, which sets a baseline of 4. The description reinforces what the returned content means — source, date, licence, and citation — though there is no parameter-level semantics to clarify.

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 states exactly what the tool presents — source, computed date, licence, and citation — for the Cmmsly dataset. The title reinforces that it is about provenance and citation, which is clearly distinct from sibling tools for columns, search, stats, and other data operations.

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?

It gives an explicit purpose: 'Read this to attribute a figure correctly.' This tells an agent when to use it, though it does not name alternatives or provide an explicit when-not-to-use statement. Still, the context of sibling dataset tools makes the intended use clear.

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

The seven tools are mostly distinct: schema, provenance, exact-match row lookup, substring search, value-list comparison, numeric stats, and top-N ranking each serve a clear purpose. dataset_row and dataset_compare both filter rows by column values, and dataset_stats/dataset_top both operate on numeric columns, so there is minor potential for confusion, but the descriptions disambiguate them adequately.

Naming Consistency5/5

All tools share a consistent dataset_ prefix and use lowercase snake_case throughout. The second segment is a concise operation or concept (columns, compare, provenance, row, search, stats, top), providing a predictable naming pattern.

Tool Count5/5

Seven tools is well-scoped for a single-dataset exploration server. Each tool addresses a distinct query type without redundancy or bloat.

Completeness5/5

The surface covers the full range of common dataset questions: schema discovery, provenance/citation, exact and fuzzy row retrieval, value comparison, numeric statistics, and ranking. No significant dead ends or missing operations are evident for the stated purpose.

Resources