Skip to main content
Glama

Search the dataset

dataset_search

Rows of the Csatzo 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

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses case-insensitive matching and the 50-row limit, but does not mention return format, default limit behavior, what happens with no matches, or whether all columns are searched.

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, information-dense sentence covers the resource, matching rule, case sensitivity, and result cap. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter search tool with no output schema, the description covers the essential semantics: row-level search, query matching, case-insensitivity, and result cap. Minor missing details like default limit or sorting keep it from a 5.

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 coverage is 50%; the query parameter is described in the schema, and the description adds case-insensitivity. The limit parameter is not described in the schema, but its maximum of 50 is mirrored in the description. The description adds only modest value beyond the schema.

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 description states a specific operation: returning rows of the Csatzo dataset whose cells contain the query, with case-insensitivity and a 50-row cap. This clearly distinguishes it from sibling tools like dataset_row, dataset_stats, or dataset_columns.

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 description implies a clear use case: search for rows matching text in any cell. It does not explicitly mention alternatives or when not to use it, but the context is clear enough for an agent to select it for row-level text matching.

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

A4/5.0
Disambiguation4/5

Most tools are clearly distinct: schema, provenance, stats, and top each have a unique purpose. The row-returning tools (dataset_row, dataset_search, dataset_compare) could potentially be confused, but their exact-match, contains-search, and multi-value-ordering semantics are described clearly enough to prevent serious misselection.

Naming Consistency5/5

All seven tools follow the predictable dataset_<operation> pattern, making the set easy to scan and understand. There is no mixing of naming conventions or styles.

Tool Count5/5

Seven tools is a well-scoped size for a dataset exploration server. Each tool covers a distinct useful operation without redundancy or bloat.

Completeness5/5

The tool set covers the full read-only lifecycle of working with the Csatzo dataset: schema discovery, provenance, exact lookup, free-text search, comparisons, summary statistics, and top/bottom rows. No obvious missing operation would prevent an agent from answering typical questions about the data.

Resources