Skip to main content
Glama

Rank rows by a numeric column

dataset_top

The highest (or lowest) rows of the Payroll Services Quotes dataset by a numeric column — "which is the most/least X".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
columnYes
ascendingNotrue for the lowest first; default highest first

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden, and it does not state that this is a read-only operation, that the result is capped (limit max 50), how ties are broken, or what the returned rows look like. It adds only the ascending/descending semantics implicit in 'highest (or lowest)'.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with no filler; the resource and the ranking operation come first, followed by the interpretive gloss. It is efficient, though it is arguably too sparse for a tool with no annotations or output schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no annotations, no output schema, and 33% parameter coverage, the description does not supply enough to call the tool confidently: return shape, ordering/tie behavior, and the limit cap are all unaddressed. It identifies the tool but leaves the operational details blank.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 33% (only 'ascending' is documented), so the description must compensate; it does clarify that 'column' must be numeric and that direction determines highest vs. lowest. However, it says nothing about the 'limit' parameter or the 50-row cap, leaving half the parameters to inference from the schema's min/max bounds.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific operation (return the highest/lowest rows) on a named resource (Payroll Services Quotes dataset) keyed by a numeric column, and the parenthetical 'which is the most/least X' makes the intent unmistakable. It does not name a sibling tool, but the 'dataset_' family and 'top' semantics are clear enough to distinguish it from dataset_stats or dataset_search.

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 'which is the most/least X' framing implies the use case (extremal-value questions), but there is no explicit when-to-use vs. alternatives guidance and no exclusions — an agent might reasonably wonder whether dataset_stats or dataset_search is the better fit for rankings. Usage is inferable rather than stated.

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.

Resources