You're viewing a demo portfolio

Join the waitlist
PRSM

audit_query

Active

Tool of FeedOracle Compliance Agent

declared in 1.26.0

Query your agent's audit trail history. Returns chain-linked decision log with evidence snapshots. Filter by asset or decision type. Use audit_verify to check chain integrity.

Parameters schema

{
  "type": "object",
  "required": [
    "client_id"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "description": "Max results (default 20)"
    },
    "client_id": {
      "type": "string",
      "description": "Agent client_id to query"
    },
    "target_asset": {
      "type": "string",
      "description": "Filter by asset symbol"
    },
    "decision_type": {
      "type": "string",
      "description": "Filter by decision type"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

FeedOracle Compliance Agent

https://github.com/feedoracle/feedoracle-managed-agents

1/7 registries
View full server →
audit_query — FeedOracle Compliance Agent — PRSM MCP