Skip to main content
Glama

Look a row up by an exact key

dataset_row

The rows of the Trading Card Value Checker 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

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the entire burden, and it does disclose two real behaviors: matching is exact and case-insensitive, and the result is potentially plural rows. It says nothing about matched-row limits, behavior when the column name is unknown, or error/empty-result handling, which are the traits an agent most needs before calling.

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 distinguishing constraint (exact, case-insensitive) is placed at the end where it is easy to catch. It leads with the dataset rather than the action, which slightly weakens front-loading.

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 and no annotations, so the description is the only source of shape information, yet it does not say how many rows come back, what a row looks like, or what happens on an unknown column. For a two-required-parameter lookup tool this leaves meaningful gaps.

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, and it only does so partially: it clarifies that 'value' is matched exactly and case-insensitively, but gives no guidance on 'column' (e.g., that names come from dataset_columns) or on valid value formats beyond minLength 1.

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 names a specific resource (rows of the Trading Card Value Checker dataset) and a precise selection rule (column equals value exactly, case-insensitive), so an agent can tell it apart from a fuzzy/relevance-oriented sibling like dataset_search. It stops short of naming that sibling explicitly, so the differentiation is implicit rather than stated.

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

Usage Guidelines2/5

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

There is no when-to-use or when-not-to-use guidance and no alternatives are mentioned. The exact-match and case-insensitive wording hints at the lookup use case, but an agent gets no help deciding between this and dataset_search or dataset_compare.

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