search_datasets
ActiveTool of Datos Co
Search datasets published on Colombia's open-data portal datos.gov.co. Returns each dataset's Socrata 4x4 id (e.g. "gt2j-8ykr"), name, and description (Spanish). Use the id with dataset_columns and query_dataset. Query terms can be Spanish or English (e.g. "covid", "presupuesto", "contratos").
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Full-text search query (Spanish or English)."
},
"limit": {
"type": "number",
"description": "Max datasets to return (default 20)."
},
"offset": {
"type": "number",
"description": "Pagination offset (default 0)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Datos Co
https://github.com/pipeworx-io/mcp-datos-co
1/7 registries