Skip to main content
Glama
Skeego

opendata-mcp

by Skeego

list_provider_datasets_v1_datasets__provider__get

List all datasets for a specified data provider. Apply filters like status, sorting, and pagination to refine results.

Instructions

GET /v1/datasets/{provider} (public) — List Provider Datasets — List all datasets for a provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerYes
limitNo
offsetNo
statusNoFilter by status: pending, ingesting, ready, error
sortNoSort by field. Prefix with - for descending (e.g., 'name', '-created_at')
Behavior2/5

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

The description mentions the endpoint is public but does not disclose key behaviors such as pagination (limit/offset), default sorting, filtering options, or what the response contains. With no annotations, more behavioral context is needed.

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 extremely concise: a single sentence with the HTTP method, path, and a clear one-line summary. No waste, front-loaded with essential info.

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

Completeness1/5

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

Given the tool has 5 parameters, no output schema, and no annotations, the description is insufficient. It does not explain pagination, filtering, sort defaults, or response structure, leaving the agent underinformed for correct usage.

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

Parameters1/5

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

Schema coverage is only 40%, and the description adds no explanation for the parameters. The 'provider' parameter is required but undocumented; 'limit' and 'offset' lack descriptions. The description fails to compensate for the schema gaps.

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 action ('List all datasets for a provider') and the specific resource ('datasets for a provider'), along with the HTTP method and path. It distinguishes from siblings like list_datasets_v1_datasets_get (which lists all datasets without provider filter) and get_provider_datasets_metadata (metadata, not list).

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?

The description gives no guidance on when to use this tool versus alternatives. Sibling tools like list_datasets_v1_datasets_get suggest a broader scope, but no explicit comparison or when-not-to-use instructions are provided.

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/Skeego/opendata-mcp'

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