Skip to main content
Glama

site

Look a row up by an exact key

dataset_row

The rows of the Tickmarko 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

C2.9/5.0
Behavior2/5

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

The description discloses case-insensitivity and exact matching, which are behavioral traits. However, with no annotations provided, it fails to mention the return format, whether multiple rows can be returned, or error behavior. It also ambiguously uses both 'rows' and 'a row', creating inconsistency.

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?

The description is a single concise sentence with minimal waste. The primary structural issue is the singular/plural inconsistency between the title ('a row') and the description ('rows'), which could confuse an agent. It is efficient but could be more precise.

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 tool with no output schema, the description covers the core matching logic. It is adequate but lacks critical details such as the return structure, whether multiple matches are possible, and error conditions. Given the simplicity, it is minimally viable but not thorough.

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?

With 0% schema description coverage, the description must compensate. It clarifies that the column parameter is the column to match against and the value is the value to compare, which adds meaning beyond the schema's property names. However, it does not provide additional details like column name formats, value type constraints, or handling of missing values.

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 identifies the specific resource (Tickmarko dataset) and the operation (retrieve rows matching an exact, case-insensitive column value). It is clear, but does not explicitly contrast with the sibling dataset_search, which might handle partial or fuzzy matches. The title adds clarity by stating 'Look a row up by an exact key'.

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?

No guidance is given on when to use this tool versus alternatives like dataset_search or dataset_compare. The description implies exact-match use but does not state exclusions or mention when a sibling would be more appropriate, leaving the agent to infer the context.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: schema inspection, row retrieval, search, comparison, top values, statistics, and provenance. The descriptions make the differences explicit, so an agent can confidently select the right tool.

Naming Consistency5/5

All tools follow a consistent 'dataset_' prefix with a descriptive noun or verb, such as dataset_columns, dataset_search, dataset_stats. The naming pattern is uniform and predictable.

Tool Count5/5

With 7 tools for exploring a single dataset, the scope is well-balanced. Each tool addresses a specific need without redundancy or bloat, fitting the server's purpose.

Completeness5/5

The tool surface covers schema discovery, exact lookup, substring search, value comparison, top/bottom extraction, statistical summaries, and provenance—everything needed for read-only dataset exploration. No obvious gaps exist.

Resources