Examples

Tool call examples

Review sample JSON-RPC calls and structured verdicts returned by the remote MCP.

Endpoint

https://agentmonitorrelay.clauxel.com/mcp

Authentication

Production calls require a paid bearer token. The checkout and token-claim endpoints return machine-readable instructions for agents.

Available tools

  • record_agent_run returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • detect_agent_failure returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • replay_tool_call_incident returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • issue_sla_receipt returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_client_status returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.

Example call

{"jsonrpc":"2.0","id":"call-1","method":"tools/call","params":{"name":"record_agent_run","arguments":{"sample":"Support agent run with failed browser action, 11 second latency spike, tool timeout, and customer SLA due in 38 minutes."}}}

Setup pages