[{"name":"MCP_indicators_search_indicators","description":"Find indicators by keywords (French), e.g. \"émissions gaz effet de serre\", \"surface bio\", \"artificialisation\". Accent-, case- and plural-insensitive; all words must match (in the name, description or theme). Best matches first. Then call get_indicator_details(id) or query_indicator_data. Returns: JSON: query, total_count, indicators [{id, libelle, unite, mailles, thematique}] (max 30), truncated flag.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Keywords separated by spaces, e.g. \"consommation espace\", \"stationnement vélo\", \"logements vacants\"."}}},"meta":{"file_data_present":false,"mcp_type":"tool","endpoint_name":"search_indicators"}},{"name":"MCP_indicators_list_indicators","description":"List the catalogue of French territorial ecological indicators (~170), optionally filtered. Prefer search_indicators for a topic; use this tool to browse a theme or to know what exists at a given geographic level. Returns: JSON: count, indicators [{id, libelle, unite, mailles, thematique}], filters_applied, themes (distinct values, to refine).","inputSchema":{"type":"object","properties":{"thematique":{"type":"string","description":"Optional France Nation Verte theme, partial and accent-insensitive match, e.g. \"déplacer\" (mobility), \"loger\" (housing), \"produire\", \"nourrir\", \"consommer\", \"ecosystèmes\"."},"maille":{"type":"string","description":"Optional geographic level the indicator must be available at: \"region\", \"departement\", \"epci\" or \"commune\"."}}},"meta":{"file_data_present":false,"mcp_type":"tool","endpoint_name":"list_indicators"}},{"name":"MCP_indicators_get_indicator_details","description":"Full metadata of one indicator: definition, calculation method, available years and geographic levels, data completeness, sources. Returns: JSON: metadata {id, libelle, unite, description, methode_calcul, annees_disponibles [..], mailles_disponibles [..], couverture_geographique, completion {level: ratio 0-1}}, sources [..], available_cubes {level: cube}.","inputSchema":{"type":"object","properties":{"indicator_id":{"type":"string","description":"Numeric indicator id as returned by search_indicators / list_indicators (e.g. \"611\")."}}},"meta":{"file_data_present":false,"mcp_type":"tool","endpoint_name":"get_indicator_details"}},{"name":"MCP_indicators_query_indicator_data","description":"Get the values of an indicator for territories (one territory, or all territories of a level). Without geographic_code, returns every territory of the level (use `year` and `limit` to keep it small: there are 13 regions, ~100 départements, ~1 250 EPCI, ~35 000 communes). Without year, returns all available years. Use find_territory to get a code from a name. Returns: JSON: indicator_id, indicator_name, unite, geographic_level, total_count, truncated, data [{geocode, libelle, annee, valeur}], annees_disponibles, cube.","inputSchema":{"type":"object","properties":{"indicator_id":{"type":"string","description":"Numeric indicator id (e.g. \"611\")."},"geographic_level":{"type":"string","description":"\"region\", \"departement\", \"epci\" or \"commune\"."},"geographic_code":{"type":"string","description":"Optional territory code: region 2 digits (\"93\" PACA, \"11\" Île-de-France), département 2-3 chars (\"13\", \"2A\", \"974\"), EPCI 9-digit SIREN, commune 5-digit INSEE (\"75056\" Paris)."},"year":{"type":"string","description":"Optional year, e.g. \"2022\"."},"limit":{"type":"integer","description":"Max rows returned (default 100, max 500).","default":100}}},"meta":{"file_data_present":false,"mcp_type":"tool","endpoint_name":"query_indicator_data"}},{"name":"MCP_indicators_find_territory","description":"Find the official code of a French territory from (part of) its name, e.g. \"Lyon\", \"Bouches-du-Rhône\", \"Grand Paris\". Use it before query_indicator_data when the code is unknown (EPCI SIREN and commune INSEE codes are hard to guess). Regions are resolved locally; other levels are looked up in the indicators API. Returns: JSON: name, total_count, territories [{geographic_level, geocode, libelle}] (max 20 per level).","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Territory name or fragment, accent-insensitive (e.g. \"Métropole de Lyon\", \"Toulouse\", \"2A\")."},"geographic_level":{"type":"string","description":"Optional level to restrict the search: \"region\", \"departement\", \"epci\" or \"commune\". Default: all levels."}}},"meta":{"file_data_present":false,"mcp_type":"tool","endpoint_name":"find_territory"}}]