You're viewing a demo portfolio

Join the waitlist
PRSM

list_dataflows

Active

Tool of mcp-istat-it

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-istat-it

https://github.com/pipeworx-io/mcp-istat-it

2/7 registries
View full server →