Skip to main content
Glama

site

Dataset columns and shape

dataset_columns

The columns, which of them are numeric, the row count and the provenance banner of the EOR Compass 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.4/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 exact contents of the result set—columns, numeric flags, row count, and provenance banner—and implies a read-only schema-inspection operation. It does not address side effects or access requirements, but for a metadata tool this is sufficient.

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 with no redundant words. The first enumerates the output components; the second provides invocation context. Every word earns its place.

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?

Given the absence of an output schema, the description tells the agent what information will be returned and when to call. It might have included an example or clarified the output format, but the core context needed to invoke correctly is present.

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 input schema is empty, so there are no parameters to document. The description adds context about what the output contains, satisfying the baseline expected for a zero-parameter tool.

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 specifies exactly what the tool provides: column names, which are numeric, row count, and the provenance banner. The phrase 'Call this first to learn the schema' establishes it as the schema-discovery tool, distinguishing it from siblings like dataset_search or dataset_stats.

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 directive 'Call this first' gives clear ordering guidance for when this tool should be invoked relative to other dataset tools. It does not explicitly name alternatives or describe when not to use it, but the timing guidance is strong.

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: dataset tools handle data exploration (columns, compare, row, search, stats, top) while enquiry tools handle the submission workflow (describe, fields, submit). No overlaps or ambiguous functions.

Naming Consistency5/5

Names follow a consistent pattern with clear prefixes (dataset_ and enquiry_) and action-oriented suffixes (columns, compare, row, search, stats, top, describe, fields, submit). The convention is uniform across all tools.

Tool Count5/5

With 10 tools, the set is well-scoped for a site offering data exploration and enquiry submission. It covers both core domains without unnecessary bloat or missing essential functions.

Completeness5/5

The dataset tools cover metadata (columns, provenance), lookup (row, search), aggregation (stats, top), and comparison (compare). The enquiry tools cover description (describe), input schema (fields), and submission (submit). The workflow is complete with no dead ends.

Resources