opendatasoft-universal
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| opendatasoft_universal_get_sourcesB | List curated sources used by this MCP. |
| opendatasoft_universal_fetch_source_excerptC | Fetch a short text excerpt from a curated source by index or title keyword. |
| opendatasoft_universal_search_catalogC | Search any OpenDataSoft Explore v2.1 catalog. |
| opendatasoft_universal_inspect_datasetC | Inspect one dataset schema on any OpenDataSoft Explore v2.1 portal. |
| opendatasoft_universal_query_recordsC | Query records from any OpenDataSoft Explore v2.1 dataset. |
| opendatasoft_universal_aggregate_recordsC | Run an OpenDataSoft Explore v2.1 aggregate query on any dataset. |
| opendatasoft_universal_health_checkC | Check whether an OpenDataSoft portal and optional dataset are reachable through Explore v2.1. |
| opendatasoft_universal_check_schemaC | Compare expected field names against the current OpenDataSoft dataset schema. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Most tools have distinct purposes (search, inspect, query, aggregate, health), but inspect_dataset and check_schema both deal with dataset schemas and could be confused by an agent selecting between them.
All tools share the 'opendatasoft_universal_' prefix and mostly follow verb_noun naming (search_catalog, inspect_dataset, query_records), but 'health_check' breaks the pattern as a compound noun rather than verb_noun.
8 tools is well-scoped for a universal read-only API client, covering discovery, inspection, querying, and aggregation without unnecessary bloat or missing essentials.
The set covers core OpenDataSoft operations (search, inspect, query, aggregate, health), but lacks an explicit 'list all datasets' tool, though search_catalog can partially substitute for that function.