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 Sell My Business Quotes 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

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It states what the tool returns (columns, numeric flags, row count, provenance) and implies a read-only metadata operation, but it does not explicitly confirm side-effect freedom or access/auth requirements. Adequate but not rich.

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 sentences with the key content front-loaded: what the tool returns and the explicit instruction to call it first. No filler or redundancy.

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 zero-parameter schema-introspection call, the description covers the important context: usage order, output contents, and dataset scope. It lacks explicit guidance on when not to use this tool relative to siblings likedataset_provenance or dataset_stats, but the low complexity makes the definition largely complete.

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 has no parametershare, and schema description coverage is 100%. The description adds meaning around what the no-arg call returnso that the agent knows why to call it. With zero parameters, the baseline of 4 is appropriate.

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 identifies a specific operation: retrieving the dataset's schema information (columns, numeric flags, row count, provenance banner). It reads a bit like a noun phrase rather than a verb-first instruction, but 'Call this first to learn the schema' clearly frames the purposetar. It is distinguishable from siblings like dataset_row or dataset_search, though less explicitly from dataset_provenance.

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 description explicitly says 'Call this first to learn the schema,' which gives clear usage ordering/context. It does not explicitly name alternatives or when to prefer siblings like dataset_provenance, but the first-call guidance is strong enough for an agent to select it for schema discovery.

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.

Resources