You're viewing a demo portfolio

Join the waitlist
PRSM

search_incidents

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ai Incident Db

https://github.com/pipeworx-io/mcp-ai-incident-db

1/7 registries
View full server →
search_incidents — Ai Incident Db — PRSM MCP