Skip to main content
Glama

site

Summary statistics for a numeric column

dataset_stats

count, min, max, mean, median and sum of a numeric column of the Pickpathly dataset (grouping commas and currency are handled; non-numeric rows are excluded and counted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
columnYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations present, the description carries the behavioral burden and handles it well. It discloses that grouping commas and currency are parsed, and that non-numeric rows are excluded and counted. This gives the agent meaningful expectations beyond the tool's basic purpose, though it does not describe output structure or error behavior.

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 a single, dense sentence that front-loads the computed metrics and immediately follows with parsing/exclusion behavior. There is no filler, repetition, or unnecessary detail.

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 one-parameter tool with no output schema and no annotations, the description covers the essential invocation context: what is computed, which dataset/column it applies to, and how messy data is handled. The only minor gap is the exact return format, but the listed metrics strongly imply the output contents.

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 schema only defines column as a non-empty string, so the description adds valuable meaning: the column refers to a numeric column in the Pickpathly dataset, and its values may contain currency/grouping formatting. This helps the agent understand what input is valid and how it will be interpreted.

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 defines the tool's operation: computing count, min, max, mean, median, and sum for a numeric column of the Pickpathly dataset. This distinguishes it from sibling tools like dataset_search or dataset_row, and the title reinforces the exact resource and action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied: call this tool when you need summary statistics for a numeric column. However, it does not explicitly state when to prefer this tool over siblings such as dataset_top or dataset_compare, and there are no exclusions or alternative conditions mentioned.

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 has a clearly distinct purpose: schema introspection, provenance, exact match, substring search, statistical aggregation, top/bottom ranking, and multi-value comparison. The overlap between dataset_row and dataset_search is minimal and well-defined by exact vs. substring matching. dataset_compare is distinct as it handles ordered comparisons of multiple values.

Naming Consistency5/5

All tools follow a consistent pattern of 'dataset_' prefix followed by a descriptive noun (columns, compare, provenance, row, search, stats, top). The naming is uniform and immediately signals the operation type, making it predictable for agents.

Tool Count5/5

Seven tools is an appropriate scope for a read-only dataset querying server. Each tool covers a distinct query mode without redundancy, and the count is within the ideal 3-15 range for a focused domain.

Completeness5/5

The tool set covers all essential read operations for a dataset: schema discovery, data retrieval (exact, search, comparison), statistical summaries, ranking, and provenance metadata. There are no obvious gaps for typical analytical questions, and the surface is complete for its stated purpose of answering dataset queries.

Resources