You're viewing a demo portfolio

Join the waitlist
PRSM

get_outcomes

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ukpolice

https://github.com/pipeworx-io/mcp-ukpolice

1/7 registries
View full server →
get_outcomes — ukpolice — PRSM MCP