records
ActiveTool of Opendatasoft
declared in 0.1.0
Query records from an Opendatasoft dataset with optional keyword search, ODSQL WHERE/SELECT/GROUP BY/ORDER BY clauses, pagination, and projection; returns matching rows as JSON.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 20,
"dataset_id": "world-cities"
},
{
"limit": 50,
"where": "population > 100000",
"offset": 0,
"select": "name,population",
"order_by": "population DESC",
"dataset_id": "us-census-data"
}
],
"required": [
"dataset_id"
],
"properties": {
"q": {
"type": "string"
},
"limit": {
"type": "number"
},
"where": {
"type": "string"
},
"offset": {
"type": "number"
},
"select": {
"type": "string"
},
"group_by": {
"type": "string"
},
"instance": {
"type": "string"
},
"order_by": {
"type": "string"
},
"dataset_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Opendatasoft
https://github.com/pipeworx-io/mcp-opendatasoft
1/7 registries