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 Deflectvo 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.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden of disclosure. It describes the output contents (columns, numeric flags, row count, provenance banner) and implies a read-only, safe operation. It does not mention edge cases or detailed response formatting, but for a schema-discovery tool this is adequate.

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, no filler. The output components are listed first, and the usage directive is concise and front-loaded. Every word earns its place.

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 no-argument tool with no output schema, the description fully explains what an agent will receive. It covers all essential return items and gives a clear call order. No additional context is needed for correct invocation.

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 is trivially complete. The description adds value by clarifying what the output will contain, which is the only relevant semantic information for an agent.

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 clearly states what the tool returns: columns, which are numeric, row count, and provenance banner. It also positions it as the first call to learn the schema, distinguishing it from sibling data-retrieval tools.

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?

Explicitly instructs to 'Call this first to learn the schema', which is a clear usage directive. It does not explicitly name alternatives or say when not to use it, but the context strongly implies it is a preliminary schema-discovery tool, distinct from the data-querying siblings.

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.8/5.0
Disambiguation4/5

Tools are mostly distinct: columns, provenance, stats, and top are clearly separate. There is some overlap between dataset_compare, dataset_row, and dataset_search for retrieving rows, but the descriptions clarify exact vs substring vs multi-value filtering, reducing confusion.

Naming Consistency4/5

All tools share the 'dataset_' prefix, providing strong consistency. The second part mixes nouns (columns, provenance, row, stats, top) and verbs (compare, search), which is a minor deviation but still predictable and readable.

Tool Count5/5

With 7 tools, the server is well-scoped for a dataset querying purpose. Each tool addresses a distinct query pattern (schema, provenance, search, exact match, comparison, stats, top/bottom) without redundancy or bloat.

Completeness4/5

The tool surface covers the main query types needed for exploring a dataset: schema, provenance, search, filter, stats, and ranking. Missing a 'list all' or 'distinct values' tool, but for typical analytical questions the coverage is strong and no dead ends are apparent.

Resources