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 Vatnix 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
Behavior3/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 of disclosure. It describes the output contents but does not explicitly state that the call is read-only, cheap, or safe, nor does it describe any operational characteristics such as caching or response shape.

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 short, front-loaded sentences with no redundancy. The list of what the tool returns and the call-first instruction are immediately visible and every element 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?

Since there is no output schema, the description compensates by naming the main return components: columns, numeric flags, row count, and provenance banner. It stops short of giving exact structure or examples, but for a simple metadata tool this is nearly adequate.

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 and full schema coverage, there is nothing for the description to add about parameter meaning. Baseline 4 is appropriate here.

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?

States exactly what the tool surfaces — columns, numeric columns, row count, and provenance banner of the Vatnix dataset — and explicitly instructs to call it first. This clearly separates it from sibling tools that retrieve rows, compute stats, or search data.

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?

'Call this first to learn the schema' provides explicit usage context and timing. It does not name alternatives or state when not to use it, but the instruction is enough to guide an agent toward correct sequencing.

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 unique function: schema inspection, row retrieval, search, stats, top/bottom, value comparison, and provenance. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow the consistent pattern 'dataset_<operation>' with lowercase snake_case. The operation is a clear noun or verb describing the function, making the naming predictable and intuitive.

Tool Count5/5

With 7 tools, the set is well-scoped for dataset exploration. Each tool covers a distinct aspect of data access and analysis, and none feels redundant or unnecessary.

Completeness5/5

The tool surface covers the essential operations for working with a dataset: schema discovery, exact matching, full-text search, summary statistics, extreme values, comparisons, and provenance. This is a complete lifecycle for typical exploratory questions.

Resources