detective_case_open
ActiveTool of FeedOracle Compliance Agent
Open a fraud/abuse investigation case for a suspicious AI agent. Records evidence summary, suspicion reasons, and recommended actions. Creates an immutable case record for audit purposes.
Parameters schema
{
"type": "object",
"required": [
"agent_id",
"reason"
],
"properties": {
"reason": {
"type": "string",
"description": "Why this agent is suspicious"
},
"agent_id": {
"type": "string",
"description": "Agent ID under investigation"
},
"evidence_summary": {
"type": "string",
"description": "Summary of evidence"
},
"recommended_action": {
"type": "string",
"default": "monitor",
"description": "quarantine, monitor, or suspend"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FeedOracle Compliance Agent
https://github.com/feedoracle/feedoracle-managed-agents
1/7 registries