Skip to main content
Glama

Search Datasets

search_datasets
Read-onlyIdempotent

Search Toulouse Métropole Open Data for datasets by keyword (mobility, urban services, culture & environment). Returns dataset_ids (pass to query/dataset_info), titles, themes and record counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax datasets (1-100, default 20).
queryNoKeyword(s) to search dataset titles/descriptions.
offsetNoPagination offset (default 0).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / examples
      Previous value: -[
      -  {
      -    "query": "mobility traffic"
      -  },
      -  {
      -    "limit": 10,
      -    "offset": 0,
      -    "query": "parks culture"
      -  }
      -]New value: +[
      +  {
      +    "query": "transport"
      +  },
      +  {
      +    "limit": 10,
      +    "offset": 0,
      +    "query": "culture"
      +  }
      +]
  2. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "query": "mobility traffic"
      +  },
      +  {
      +    "limit": 10,
      +    "offset": 0,
      +    "query": "parks culture"
      +  }
      +]
  3. First observed

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, so the agent knows this is a safe read operation. The description adds contextual details about return fields and the open data portal, but doesn't disclose anything beyond what the annotations imply, such as rate limits or the exhaustive nature of the search. It adds modest value beyond the annotations.

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, dense sentence that efficiently communicates the tool's purpose, scope, and output usage. It is front-loaded with the key action and portal name, then provides useful context and downstream usage guidance. No wasted words.

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

Completeness5/5

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

For a read-only search tool with a comprehensive schema and annotations, the description is complete. It provides the source (Toulouse Métropole Open Data), the search basis (by keyword), example themes, and the output fields and their downstream use. Given the absence of an output schema, the description sufficiently covers return values and next steps.

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 input schema has 100% coverage, describing all three parameters (query, limit, offset) with defaults and constraints. The description doesn't add additional parameter-level information beyond what the schema provides, such as the meaning of the query parameter in terms of searching titles/descriptions, which is already in the schema. It aligns with the schema without duplication, but it doesn't compensate for any gaps since there are none.

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 clearly states the tool's function: searching Toulouse Métropole Open Data datasets by keyword, with specific example themes. It also mentions return values (dataset_ids, titles, themes, record counts) and how to use them (pass to query/dataset_info), distinguishing its purpose from sibling tools.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool: searching datasets by keyword, and mentions the context of the open data portal. It also states what to do after searching (pass dataset_ids to query/dataset_info), which clarifies its role relative to sibling tools like dataset_info and query, though it doesn't explicitly exclude alternatives.

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.