Skip to main content
Glama

site

Look a row up by an exact key

dataset_row

The rows of the Send A Parcel Compare 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.4/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 but does add real behavioral detail: the match is exact, case-insensitive, and returns 'the rows' (plural, so multiple matches are possible). It is silent on row limits, ordering, and empty-result behavior, which matters for a lookup that can match many rows.

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 efficient sentence with no filler. It front-loads the returned resource but starts with 'The rows of...' rather than an action verb, which is slightly indirect for a tool definition. Nothing is redundant.

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 two-parameter read lookup with no output schema, the description need not explain return format. However, it leaves out operational details an agent needs: caps on returned rows, multi-match behavior, and how column names are validated. Adequate but with clear gaps.

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% and neither parameter is documented in the schema, so the description must compensate. It does map both params to their roles ('a column equals a value') and adds that the value comparison is case-insensitive, but it omits how to discover valid column names (e.g. via dataset_columns) or accepted value forms.

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 concrete retrieval action (returning rows) against a named resource (the Send A Parcel Compare dataset) with the match condition spelled out. The 'exactly (case-insensitive)' phrasing implicitly contrasts it with the search-style sibling, though it never names one. Clear but not explicitly differentiated from dataset_search or dataset_top.

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?

There is no explicit when-to-use or when-not-to-use statement, and no alternatives are named. The word 'exactly' implies this is the tool for exact-key lookups rather than fuzzy search, which is only implied guidance. An agent must infer the boundary with dataset_search on its own.

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