Skip to main content
Glama

site

Look a row up by an exact key

dataset_row

The rows of the Issafu 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.1/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 behavioral burden. It usefully discloses that matching is exact and case-insensitive, which is a genuine trait beyond the schema. It does not say what happens on zero matches or multiple matches, whether results are capped, or what the response shape is.

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 the core filtering constraint front-loaded and no filler. It is arguably under-specified for a tool with zero schema documentation, but nothing in it is wasted.

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 annotations and no output schema, an agent still doesn't know the return cardinality (one row vs. many), result limits, or behavior on no match. These are exactly the details the description must supply here and doesn't.

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 coverage is 0%, so the description has to compensate, and it partially does by naming the roles of both parameters ('a column equals a value'). It adds no format guidance, allowed values, or how column identifiers are resolved against the dataset_columns listing.

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 operation: returning dataset rows where a named column exactly equals a supplied value. Combined with the title ('Look a row up by an exact key'), the retrieval intent is unambiguous. However, it never distinguishes itself from the sibling dataset_search, so an agent must guess which retrieval tool applies.

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 mention of any alternative. The presence of dataset_search and entity_lookup among siblings makes the missing routing guidance a real gap, since 'exact equals' vs. 'search' is exactly the choice an agent needs to make.

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