Skip to main content
Glama

Search the dataset

dataset_search

Rows of the OrderPadLedger dataset whose cells contain the query (case-insensitive), up to 50.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYestext to look for in any cell

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

No annotations are present, so the description carries the behavioral disclosure burden. It discloses the matching scope (any cell), case-insensitive behavior, and the 50-row limit, which are useful traits beyond the schema. It does not specify ordering or the default limit when omitted, but the core behavior is adequately transparent.

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?

The description is a single, well-structured sentence with no wasted words. It front-loads the key facts: dataset, matching behavior, case-insensitivity, and result cap.

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 search tool, the description covers the essential behavior and result scope. However, there is no output schema and no annotation, so details like return row structure, default limit, ordering, and relationship to sibling tools are left unstated.

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?

The schema documents query as 'text to look for in any cell,' and the description adds case-insensitive matching, which is helpful. The limit parameter has no schema description, and the description's 'up to 50' partially compensates but does not clarify the default behavior or the exact role of the limit parameter beyond the schema maximum.

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 clearly states what the tool returns: rows of OrderPadLedger whose cells contain the query, and it adds case-insensitivity and a 50-row cap. It is distinct from siblings like dataset_row or dataset_columns, but it does not explicitly call out how it differs from them.

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 explicit guidance is given about when to use this search tool versus alternatives such as dataset_row or dataset_stats. The intended use is implied from the word 'search,' but there are no when-to-use or when-not-to-use instructions.

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
Disambiguation4/5

Each tool has a distinct role: schema, provenance, exact-match row lookup, substring search, multi-value comparison, numeric stats, and top/bottom ranking. The only mild overlap is dataset_row versus dataset_compare and dataset_search, but their descriptions clarify exact equality, multi-value filtering, and cell containment.

Naming Consistency4/5

All tools share the dataset_ prefix, making the family immediately recognizable. The suffixes mix nouns (columns, row, provenance, stats, top) and verbs (compare, search), so there is no strict verb_noun convention, but the pattern is predictable and readable.

Tool Count5/5

Seven tools is a well-scoped count for a single-dataset exploration server. Each tool covers a distinct query need without redundancy or unnecessary surface area.

Completeness5/5

The server covers the full read-only lifecycle of interacting with this dataset: schema discovery, provenance, row lookup, search, comparison, aggregation, and ranking. There are no obvious missing operations for its stated purpose.

Resources