Skip to main content
Glama

site

Look a row up by an exact key

dataset_row

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

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

No annotations are provided, so the description carries the full behavioral burden. It does disclose a genuine behavioral trait beyond the schema: matching is exact and case-insensitive. However it says nothing about multiplicity (how many rows can come back), no-match behavior, or result limits, which are the traits an agent needs most for a lookup tool.

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 resource and matching rule are front-loaded. It is efficient, though the brevity edges toward under-specification rather than tightness.

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 tool with no output schema and no annotations, the description is close to complete on inputs but thin on outputs. It implies plural rows via 'the rows', but does not state whether the result is bounded, paginated, or empty on no match, which the missing output schema leaves entirely unspecified.

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 schema alone tells an agent nothing about 'column' or 'value'. The description partially compensates by establishing that a column is compared against a value with exact, case-insensitive semantics, which is meaningful added meaning over the bare string types.

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 the specific resource (rows of the EntitySearch HQ dataset) and the precise selection rule (a column equals a value exactly, case-insensitive), so the operation is understandable. It does not explicitly contrast with the sibling dataset_search, which likely serves the fuzzy/full-text lookup case, leaving the boundary to be inferred.

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 guidance, no prerequisites, and no mention of an alternative. With dataset_search in the sibling list, a sentence like 'use when you know the exact value; use dataset_search for free text' would have been the natural guidance, and its absence is a real gap.

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