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 Tieoutly 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?

With no annotations, the description carries the disclosure burden; it does convey that this is a read-only schema-discovery operation and lists the returned information categories. However, it does not explicitly state that no parameters are needed or describe how the listed items are represented, so some behavioral context is left implicit.

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 two short sentences, with the concrete outputs leading and the actionable call-instruction ('Call this first') immediately after. No filler or repetition of the tool name.

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 parameterless introspection tool with no output schema, the description covers what information will be revealed and when to invoke it. The only minor gap is that 'provenance banner' is a domain-specific term that is named but not explained, and the exact return shape is not described.

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 takes zero parameters and the schema description coverage is effectively complete, so there is little for the description to add. The baseline for a parameterless tool is 4, and the description naturally needs no parameter-specific detail.

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 enumerates the tool's exact outputs: columns, numeric-field indicators, row count, and provenance banner, and frames it as the first schema-introspection step. This clearly distinguishes it from siblings like dataset_compare or dataset_search, which operate on data rather than describe structure.

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?

It explicitly instructs the agent to call this first to learn the schema, giving a clear when-to-use signal. It does not name alternatives or state when not to use it, so it stops short of a full routing rule.

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
Disambiguation5/5

Each tool has a clearly distinct purpose: schema introspection, exact-match lookup, substring search, multi-value comparison, statistical aggregation, ranking, and provenance metadata. No two tools overlap in functionality, making misselection unlikely.

Naming Consistency5/5

All tools follow a consistent 'dataset_<descriptor>' pattern, where the descriptor is a noun or verb indicating the operation (columns, compare, provenance, row, search, stats, top). This uniformity aids predictability and discoverability.

Tool Count5/5

Seven tools is well-scoped for a dataset-querying server. Each tool covers a distinct query type or metadata aspect, and none are redundant or unnecessary.

Completeness5/5

The tool surface covers the primary ways to interact with the dataset: retrieving schema, accessing rows via exact match, substring search, multi-value comparison, computing statistics, finding top/bottom values, and citing provenance. This covers the full lifecycle of typical dataset questions without obvious gaps.

Resources