dataset
ActiveTool of Opendatasoft
declared in 0.1.0
Fetch schema and metadata for a single Opendatasoft dataset by dataset_id; returns field definitions, record count, and dataset description from the specified portal instance.
Parameters schema
{
"type": "object",
"examples": [
{
"dataset_id": "world-cities"
},
{
"instance": "public.opendatasoft.com",
"dataset_id": "us-census-data"
}
],
"required": [
"dataset_id"
],
"properties": {
"instance": {
"type": "string"
},
"dataset_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Opendatasoft
https://github.com/pipeworx-io/mcp-opendatasoft
1/7 registries