Skip to main content
Glama
Hug0x0

opendatasoft-universal

by Hug0x0

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 8 tools

Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count5/5

8 tools is well-scoped for a universal read-only API client, covering discovery, inspection, querying, and aggregation without unnecessary bloat or missing essentials.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues