Skip to main content
Glama

Look a row up by an exact key

dataset_row

The rows of the Historia Pojazdu VIN 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 full behavioral burden. It does disclose a genuine matching trait (exact, case-insensitive) that the schema cannot convey, and that the result is plural 'rows', but it is silent on permissions, result limits, pagination and return shape.

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, front-loaded sentence with no filler; the filter semantics are stated up front and nothing is wasted. It is efficient, though the terseness leaves no room for the missing usage and behavioral details.

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 2-required-param tool with 0% schema coverage, no annotations and no output schema, the description is too thin. It never explains how an agent discovers valid column names or what the returned rows look like, leaving core gaps unaddressed.

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?

Both parameters have 0% schema description coverage, so the description must compensate. It does map 'column' to the field filtered on and 'value' to the compared literal and clarifies the comparison is exact and case-insensitive, but it gives no help on valid column names or value formatting.

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?

Names a concrete verb (look up) and resource (rows of the Historia Pojazdu VIN dataset) with a specific filter condition (column equals value, case-insensitive). It implies a distinction from the fuzzy-looking 'dataset_search' sibling via 'exactly', but never names that sibling explicitly.

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 explicit when-to-use guidance or prerequisite, and no alternative is named. The word 'exactly' only weakly hints that this is the exact-match counterpart to a search tool; the agent must infer the routing decision 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