get_outcomes
ActiveTool of ukpolice
declared in 0.1.0
Get outcomes for crimes at a location for a given month. Returns outcome category and date for each crime.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 51.5074,
"lng": -0.1278
},
{
"lat": 52.6369,
"lng": -1.1398,
"date": "2023-12"
}
],
"required": [
"lat",
"lng"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude of the location"
},
"lng": {
"type": "number",
"description": "Longitude of the location"
},
"date": {
"type": "string",
"description": "Month to query in YYYY-MM format (e.g. \"2024-01\"). Defaults to latest available."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ukpolice
https://github.com/pipeworx-io/mcp-ukpolice
1/7 registries