You're viewing a demo portfolio

Join the waitlist
PRSM

state_summary

Active

Tool of Fbi Crime

declared in 0.1.0

Summarized monthly counts of an offense in a state. Returns time-series and totals.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "offense": "burglary",
      "state_abbr": "NY"
    },
    {
      "to": "2024-12",
      "from": "2022-01",
      "offense": "robbery",
      "state_abbr": "TX"
    }
  ],
  "required": [
    "state_abbr",
    "offense"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "End month: MM-YYYY, YYYY-MM, or YYYY (default current)"
    },
    "from": {
      "type": "string",
      "description": "Start month: MM-YYYY, YYYY-MM, or YYYY (default 5 years ago)"
    },
    "offense": {
      "type": "string",
      "description": "Offense slug"
    },
    "state_abbr": {
      "type": "string",
      "description": "2-letter state code"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fbi Crime

https://github.com/pipeworx-io/mcp-fbi-crime

1/7 registries
View full server →
state_summary — Fbi Crime — PRSM MCP