agency_summary
ActiveTool of Fbi Crime
declared in 0.1.0
Summarized monthly counts of an offense for one agency (by ORI). Returns time-series of victims/incidents/offenders.
Parameters schema
{
"type": "object",
"examples": [
{
"ori": "CA0194200",
"offense": "assault"
},
{
"to": "2024-06",
"ori": "TX0110200",
"from": "2023-06",
"offense": "theft"
}
],
"required": [
"ori",
"offense"
],
"properties": {
"to": {
"type": "string",
"description": "End month: MM-YYYY, YYYY-MM, or YYYY"
},
"ori": {
"type": "string",
"description": "9-character ORI"
},
"from": {
"type": "string",
"description": "Start month: MM-YYYY, YYYY-MM, or YYYY"
},
"offense": {
"type": "string",
"description": "Offense slug"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fbi Crime
https://github.com/pipeworx-io/mcp-fbi-crime
1/7 registries