Skip to main content
Glama

Summary statistics for a numeric column

dataset_stats

count, min, max, mean, median and sum of a numeric column of the Curtilo 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 provided, the description carries the full burden of behavioral disclosure. It usefully reveals that grouping commas and currency formats are handled and that non-numeric rows are excluded and counted, which adds genuine behavioral context beyond the tool name. It does not describe the output structure, but the metric list substantially covers expected 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 compact sentence that front-loads the computed statistics and appends only essential parsing behavior in parentheses. There is no redundancy or wasted wording.

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 one-parameter statistics tool with no annotations and no output schema, the description covers the input expectation, the dataset scope, and the returned metrics. It does not explicitly describe the response format or error behavior, but the enumerated statistics are enough for an agent to understand what the tool provides.

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 provides no description for the 'column' parameter, so the tool description must compensate. It does by clarifying that the column must be numeric and that formatted values such as commas and currency are accepted. It could add guidance on where valid column names come from, but the single-parameter case is mostly covered.

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 the tool computes summary statistics for a numeric column, enumerating exact metrics (count, min, max, mean, median, sum) and scoping it to the Curtilo dataset. This makes its purpose distinct from siblings like dataset_row, dataset_top, and dataset_columns without ambiguity.

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?

The intended use is implied: use this tool when you need numeric summary statistics for a column. However, it does not explicitly state when to prefer it over siblings such as dataset_top or dataset_row, nor does it provide exclusion criteria or alternative routing.

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.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: schema discovery, provenance, exact row lookup, substring search, category comparison, numeric statistics, and top/bottom ranking. The descriptions make the boundaries between similar tools explicit.

Naming Consistency5/5

All tools follow the same `dataset_` prefix with descriptive lowercase suffixes. The naming pattern is uniform and predictable, even though the suffixes mix nouns and verbs.

Tool Count5/5

Seven tools is well-scoped for a single-dataset querying server. Each tool covers a distinct query or metadata need without unnecessary bloat.

Completeness5/5

The tool surface covers schema discovery, provenance attribution, exact lookup, free-text search, multi-value comparison, statistical summaries, and top/bottom ranking. For a read-only dataset server, this is a complete and practical set with no obvious dead ends.

Resources