You're viewing a demo portfolio

Join the waitlist
PRSM

list_tool_execution_logs

Active

Tool of KaiCalls

declared in 1.0.0

List per-call Vapi tool execution traces from vapi_tool_execution_logs — outcome, latency, timeout, and a redacted result preview for each routed tool call. Mirrors GET /api/v1/tool-execution-logs. Answers "did this tool call actually work".

Parameters schema

{
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "format": "date-time"
    },
    "from": {
      "type": "string",
      "format": "date-time"
    },
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 100,
      "minimum": 1
    },
    "call_id": {
      "type": "string",
      "description": "Vapi call/conversation id filter."
    },
    "tool_name": {
      "type": "string",
      "description": "Tool name filter (e.g. send_sms)."
    },
    "business_id": {
      "type": "string",
      "description": "Business ID (optional only when the token can access exactly one business)."
    },
    "tool_call_id": {
      "type": "string",
      "description": "Exact tool_call_id filter."
    },
    "outcome_status": {
      "type": "string",
      "description": "Outcome envelope status filter (e.g. success, needs_clarification, unavailable, queued, retryable_delay, hard_failure)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

KaiCalls

https://github.com/cgallic/kai_calls

1/7 registries
View full server →