Skip to main content
Glama

Dataset columns and shape

dataset_columns

The columns, which of them are numeric, the row count and the provenance banner of the Binstockly dataset. Call this first to learn the schema.

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.2/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 burden of explaining behavior. It does so by revealing the exact information returned, including the non-obvious 'provenance banner.' It does not explicitly state that the call is read-only, but the schema-learning framing strongly implies a non-mutating query.

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 only two sentences long and front-loads the output contents before giving the usage directive. Every clause earns its place; there is no filler or repetition of schema data.

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-parameter schema-inspection tool with no output schema, the description fully covers what to expect and when to call it. Nothing needed for a correct invocation is missing.

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 the schema needs no explanation. The description does not need to elaborate on input semantics, and the baseline of 4 applies because there are no parameter documentation gaps to compensate for.

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 enumerates what the tool returns: columns, numeric flags, row count, and provenance banner of the Binstockly dataset. It also adds the useful purpose 'learn the schema,' which helps distinguish it from sibling tools even though it does not explicitly name any sibling.

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 instruction 'Call this first to learn the schema' gives explicit placement in the workflow. It does not state when not to use it or name alternatives, but for a schema-introspection tool with zero parameters, the timing guidance 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.9/5.0
Disambiguation4/5

Each tool has a distinct role: schema, provenance, exact lookup, substring search, row comparison, summary stats, and top/bottom ranking. The only minor overlap is between dataset_row and dataset_compare for single-value exact matches, but the descriptions clarify their intended use cases.

Naming Consistency5/5

All tools follow the same dataset_ prefix with concise, lowercase, underscore-separated names. The naming pattern is highly predictable and makes the tool surface easy to scan.

Tool Count5/5

Seven tools is well-scoped for a read-only dataset exploration server. Each tool covers a meaningful querying or metadata need without redundancy or bloat.

Completeness4/5

The tool set covers schema inspection, provenance, exact matches, substring search, comparisons, numeric statistics, and top/bottom rankings. A general paginated 'list all rows' capability is missing, but agents can work around it using search or compare tools.

Resources