list_dataflows
ActiveTool of mcp-istat-it
Browse or keyword-search ISTAT datasets (dataflows). Each result has an `id` (the dataflowId you pass to get_data / dataflow_structure) and an English name. ISTAT publishes ~4,800 datasets, so always pass `query` to filter unless you really want the whole list. Example: list_dataflows({ query: "unemployment" }) or list_dataflows({ query: "GDP" }).
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (default 50)."
},
"query": {
"type": "string",
"description": "Case-insensitive substring filter on dataset id or name, e.g. \"population\", \"inflation\", \"GDP\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-istat-it
https://github.com/pipeworx-io/mcp-istat-it
2/7 registries