state_summary
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fbi Crime
https://github.com/pipeworx-io/mcp-fbi-crime
1/7 registries