Skip to main content
Glama

site

Look a row up by an exact key

dataset_row

The rows of the Capital Gains Tax HQ dataset where a column equals a value exactly (case-insensitive).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYes
columnYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully discloses that matching is case-insensitive, a behavior the schema cannot express. But it says nothing about how many rows may come back, result ordering, limits, or permissions for this dataset.

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 with no filler, and the matching semantics (exact, case-insensitive) are front-loaded. The phrasing 'The rows of the ... dataset where' is slightly indirect for an action description but wastes no space.

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?

For a two-required-parameter tool with no annotations, no output schema, and no schema descriptions, the definition omits the return shape (single row vs. multiple matches), any limit behavior, and parameter format guidance. The case-insensitivity note is the only piece of operational detail present.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only gestures at the parameters via 'a column equals a value'; it never states the expected column-name format, whether column identifiers come from dataset_columns, or how the value string is interpreted.

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 verb (look up rows) and resource (dataset_row) and pins the matching rule to 'a column equals a value exactly (case-insensitive)'. It does not name any sibling, so the boundary with dataset_search is left implicit, but the purpose itself is unambiguous.

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 word 'exactly' implies this is for precise key matches rather than fuzzy retrieval, which nudges the agent away from dataset_search. However there is no explicit statement of when to use this over dataset_search or dataset_compare, and no prerequisites or exclusions are given.

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