list_incidents
List recent Politipuls incidents, including authoritative GeoJSON and separate display-anchor semantics when available, with optional district, category, municipality, and active-only filters.
Input-schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"minimum": 1,
"maximum": 100
},
"district": {
"type": "string"
},
"category": {
"type": "string"
},
"municipality": {
"type": "string"
},
"activeOnly": {
"type": "boolean"
}
},
"additionalProperties": false
}