search_incidents
ActiveTool of Ai Incident Db
declared in 0.1.0
Search the AI Incident Database. Combines free-text with date range filters. Returns incident IDs, titles, dates, and a short blurb.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "facial recognition bias"
},
{
"limit": 50,
"query": "chatbot misinformation",
"end_date": "2024-01-01",
"start_date": "2023-01-01"
}
],
"properties": {
"limit": {
"type": "number",
"description": "1-200 (default 25)"
},
"query": {
"type": "string",
"description": "Free-text — title / description"
},
"offset": {
"type": "number",
"description": "0-based offset"
},
"end_date": {
"type": "string",
"description": "YYYY-MM-DD upper bound"
},
"start_date": {
"type": "string",
"description": "YYYY-MM-DD lower bound on incident date"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ai Incident Db
https://github.com/pipeworx-io/mcp-ai-incident-db
1/7 registries