Skip to main content
Glama

Look a row up by an exact key

dataset_row

The rows of the Markupbird 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 full behavioral disclosure responsibility. It does disclose case-insensitive exact matching, which is a useful behavioral trait, but it stays silent on return cardinality (one row vs. all matches), ordering, pagination, or error behavior.

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?

The description is a single sentence with no filler, and the key matching semantics are front-loaded. The grammar is slightly clunky, but it is appropriately brief for such a simple operation.

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-parameter lookup with no output schema, the description omits what the returned rows look like, whether all matches are returned, and how to discover valid column names (a sibling dataset_columns exists but is never referenced). This leaves an agent guessing about expected results and prerequisites.

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 coverage is 0%, so the description must compensate. The sentence only implicitly assigns roles: 'column' is the field to match and 'value' is the sought value. It adds no detail about valid column names, value formatting, or matching rules beyond the case-insensitive qualifier.

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 title and description clearly identify a row lookup by exact column-value match, and the 'exactly (case-insensitive)' qualifier distinguishes it from a fuzzy search. The phrasing is slightly awkward ('The rows ... where a column equals a value exactly'), but the intent 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 Guidelines2/5

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

No guidance is given on when to prefer this tool over dataset_search or other siblings, nor are exclusions or prerequisites stated. The exact-match description implies a use case, but does not explicitly frame it against alternatives.

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