Skip to main content
Glama

Look a row up by an exact key

dataset_row

The rows of the Cafmlane 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.2/5.0
Behavior3/5

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

Annotations are absent, so the description carries the full behavioral burden. It does disclose useful behavior—exact matching and case-insensitivity—but leaves ambiguity about cardinality (title says 'a row', description says 'rows'), no-match behavior, and the shape of the returned result.

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, efficient 14-word sentence with no filler, and the core matching semantics are front-loaded. The awkward phrasing 'where a column equals a value exactly' and the lack of an active verb keep it from a perfect score.

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

Completeness3/5

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

For a simple two-string-parameter lookup with no annotations and no output schema, the description conveys the essential matching logic. However, it does not resolve the singular/plural result ambiguity, describe the return format, or differentiate itself from the dataset_search sibling, leaving meaningful gaps for an agent deciding to call it.

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 0%, so the description must compensate. It establishes the relationship between the two parameters—column is matched against value via exact case-insensitive equality—but it never specifies whether 'column' is a header name or an index, and it gives no examples or value-format guidance.

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 clearly identifies the resource (rows of the Cafmlane dataset) and the operation (filter to rows where a column exactly equals a value, case-insensitively), reinforced by the title 'Look a row up by an exact key.' It does not explicitly name sibling tools, and it is a sentence fragment rather than an active-verb statement, so it falls just short of a 5.

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 guidance on when to use this tool versus siblings such as dataset_search (likely the fuzzy/partial-match alternative) or dataset_compare. The exact-match phrasing weakly implies a use case, but no conditions, exclusions, or alternatives are 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