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 BioBricks 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

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It implies a non-mutating read operation with 'Read this', and lists the output content, but it does not describe behavior such as errors, availability, or absence of side effects. For a zero-parameter provenance query, this is acceptable but not fully transparent.

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 a single efficient sentence that front-loads the content and ends with the practical use case. Every clause earns its place, and there is no redundant repetition of the tool name or title.

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 no-parameter, no-output-schema tool, the description is sufficiently complete: it states what information is provided and why an agent would use it. It could add a bit more about citation format or licensing specifics, but nothing critical is missing for 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?

With zero parameters, the schema provides no semantics to complement. The description adds meaningful context by enumerating exactly what information will be returned (source, date, licence, citation), which fully compensates for the absence of parameters.

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 states what the tool exposes: source, computation date, licence, and citation for the BioBricks dataset. It is distinct from sibling tools like dataset_search or dataset_stats because it focuses on provenance and attribution, though it does not explicitly name a sibling as the alternative.

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 an explicit use case for when this tool is appropriate. It does not discuss when not to use it or compare against sibling tools, but the context is clear enough for a simple read-only provenance tool.

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 serves a distinct purpose: schema discovery, provenance, exact row lookup, fuzzy search, multi-value comparison, numeric statistics, and top-N sorting. There is no overlap between tools that could confuse an agent.

Naming Consistency5/5

All tools follow the consistent 'dataset_' prefix with clear, action-oriented suffixes like 'columns', 'row', 'search', 'stats', and 'top'. The naming pattern is uniform and predictable.

Tool Count5/5

With 7 tools covering schema, metadata, exact lookup, search, comparison, statistics, and sorting, the count is well-scoped for a single-dataset query server. Each tool earns its place without redundancy.

Completeness5/5

The tool surface comprehensively covers read-only dataset operations: schema exploration, provenance, exact and fuzzy retrieval, comparative queries, aggregate statistics, and extreme values. There are no obvious gaps for typical dataset querying workflows.

Resources