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

With no annotations, the description carries the full burden, and it does well by enumerating exactly what information the tool returns. As a zero-parameter read-only metadata operation, there are no side effects or hidden requirements to disclose; the only minor gap is not stating that it is read-only, but the content strongly implies it.

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 filler. The first sentence front-loads the exact output contents, and the second gives a clear action directive. 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?

For a simple, zero-parameter metadata tool, the description is complete enough: it specifies the dataset, the exact fields returned, and the recommended call order. The lack of an output schema is not a problem since the description already states the returned elements.

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, and the baseline for zero-parameter tools is 4. The description appropriately focuses on the output rather than inputs, and no parameter semantics are needed.

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 explicitly lists what the tool returns — columns, numeric flags, row count, and provenance banner — for the BioBricks dataset. It also states a clear directive ('Call this first to learn the schema'), which sets it apart from sibling tools like dataset_stats or dataset_provenance by identifying its role as the schema-discovery entry point.

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 instruction 'Call this first to learn the schema' provides explicit guidance on when to invoke this tool before other dataset tools. It does not explicitly list exclusions or alternatives, but the 'first' ordering and the schema-learning purpose make the usage context clear.

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 distinct purpose: schema discovery, provenance, exact row lookup, fuzzy search, multi-value comparison, numeric statistics, and top-N sorting. There is no overlap between tools that could confuse an agent.

Naming Consistency5/5

All tools follow the consistent 'dataset_' prefix with clear, action-oriented suffixes like 'columns', 'row', 'search', 'stats', and 'top'. The naming pattern is uniform and predictable.

Tool Count5/5

With 7 tools covering schema, metadata, exact lookup, search, comparison, statistics, and sorting, the count is well-scoped for a single-dataset query server. Each tool earns its place without redundancy.

Completeness5/5

The tool surface comprehensively covers read-only dataset operations: schema exploration, provenance, exact and fuzzy retrieval, comparative queries, aggregate statistics, and extreme values. There are no obvious gaps for typical dataset querying workflows.

Resources