Skip to main content
Glama

Look a row up by an exact key

dataset_row

The rows of the Laser Materials 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.2/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, and it does disclose the two most important matching semantics: exact equality and case-insensitivity. It says nothing about how many rows are returned, ordering, pagination/limits, or what happens when no row matches, so the disclosure is partial.

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 tight sentence with no filler, and the core constraint (exact, case-insensitive equality) arrives before anything else. It reads as an incomplete clause rather than a full sentence, but nothing is wasted.

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 simple two-parameter lookup with no annotations and no output schema, the description is barely sufficient: it explains the filter but not the return shape (zero vs. many rows) or the no-match behavior, which an agent would need to interpret results.

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 compensate for both parameters, and it does give their roles: 'column' is a dataset column and 'value' is compared against it exactly and case-insensitively. It adds real meaning but omits valid column names, value format, and whether value must match the column's type.

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 Laser Materials Compare dataset) and the operation (filtering where a column equals a value exactly), so the agent can tell it retrieves matching rows rather than metadata or aggregates. However, it is a noun phrase with no explicit verb and never differentiates itself from siblings like 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 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. The exact-match semantics imply it is the strict-lookup counterpart to dataset_search, but the description never routes the agent to or away from any alternative, so the choice must be inferred entirely.

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