Skip to main content
Glama

Rank rows by a numeric column

dataset_top

The highest (or lowest) rows of the Trading Card Value Checker 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?

With no annotations, the description carries the full burden but discloses essentially no behavioral traits. It does not say the operation is read-only, that results are capped at 50 rows, how ties are broken, or what happens if the column is non-numeric despite the 'numeric column' requirement. Only the ordering default is conveyed.

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 sentence that front-loads the operation and the ranking basis; the bracketed '(or lowest)' and the quoted example are compact and earn their space. The double-dash construction is slightly awkward but costs nothing in clarity.

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?

There is no output schema, so the description should indicate what is returned — rows with all columns? just the ranked column? — and it does not. Combined with an entirely undocumented limit parameter and no annotation coverage, an agent has to guess at the result shape and result-size behavior.

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 description coverage is 33% — only ascending has a description, and limit has none. The description adds meaning for column ('numeric') and restates the ascending default, but says nothing about the limit parameter or its maximum of 50, leaving that gap unaddressed in both structured and prose form.

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?

The description states a specific operation on a named resource: returning the highest (or lowest) rows of the Trading Card Value Checker dataset ranked by a numeric column, illustrated with 'which is the most/least X'. That distinguishes it well from dataset_row and dataset_search, though it never names a sibling to sharpen the boundary against dataset_stats or dataset_compare.

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 only implied through the 'which is the most/least X' framing, which suggests this is the right tool for extremal lookup questions. There is no explicit when-to-use statement, no exclusion ('for aggregate summaries use dataset_stats'), and no prerequisite information.

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