Skip to main content
Glama

Look a row up by an exact key

dataset_row

The rows of the Sell My Business Quotes 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. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does disclose the exact-match and case-insensitive matching behavior, which is meaningful, but it says nothing about no-match behavior, multiple matches, read-only nature, or 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that immediately states the matching semantics, with no filler. The title reinforces the purpose and the description is appropriately front-loaded.

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?

The tool is simple, but with no output schema and no annotations, the description should say more about what the agent can expect (e.g., result rows, no-match behavior) and when to prefer sibling tools. The core call semantics are present, but completeness is only average.

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 clarify the parameters. It does so by explaining that 'column' is matched exactly against 'value', but it adds no detail about valid column names, value formatting, or edge cases. This is adequate but minimal compensation for the 0% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The title 'Look a row up by an exact key' plus the description's 'where a column equals a value exactly (case-insensitive)' names a specific operation (exact lookup), a specific resource (Sell My Business Quotes dataset), and a clear scope. This distinguishes it from sibling dataset_search, which implies matching beyond exact equality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'equals a value exactly (case-insensitive)' establishes a clear context: use this tool when an exact, case-insensitive column match is needed. It does not explicitly name alternatives or exclusion conditions, hence not a 5, but the intent is evident.

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