Skip to main content
Glama
xaviviro

Opendata.cat MCP Server

by xaviviro

query_dataset

Retrieve real data from open datasets with filters, free-text search, and pagination.

Instructions

Query real data from a dataset. Check instructions for featured dataset_ids. For municipal data, use filters: {"NOM_ENS": "Ajuntament de X"} with aoc:ge-* datasets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_idYesDataset ID (e.g., 'generalitat:gn9e-3qhr' for reservoirs, 'aoc:ge-ge-cost-efectiu-serveis-minhap' for municipal costs)
filtersNoKey-value filters (e.g., {"ciutat": "Barcelona"})
searchNoFree text search within dataset data
limitNoRows to return (default: 20, max: 100)
offsetNoOffset for pagination
Behavior2/5

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

With no annotations, the description carries full burden. It only adds 'real data' and a code snippet, but fails to disclose read-only nature, rate limits, response format, or pagination behavior beyond what's in the parameter schema.

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?

Two sentences with no redundancy. First sentence defines purpose, second adds specific guidance. Highly efficient.

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

Completeness2/5

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

No output schema and no description of return format or pagination details. While parameter schema is well-covered, the description omits what the query returns (e.g., rows, columns) and does not mention limit constraints already in schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% so baseline is 3. The description adds concrete filter example and dataset ID hints, adding value beyond the schema especially for the filters parameter.

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 states 'Query real data from a dataset', which is a clear verb+resource pair. It distinguishes from siblings like 'get_dataset_info' and 'search_datasets' by specifying 'real data', but could be more explicit about the difference.

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

Usage Guidelines3/5

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

The description provides example usage for municipal data and hints at checking instructions for dataset IDs, but does not explicitly contrast with alternatives or give when-not-to-use guidance. Usage is implied rather than directly stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xaviviro/Opendata.cat-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server