---
title: "Execute Tool"
method: POST
path: "/api/v1/livekit/tool-execution"
tags: ["livekit-internal"]
---

# Execute Tool

`POST /api/v1/livekit/tool-execution`

Execute a tool call from LiveKit agent.

LiveKit agents use platform_tool_name (e.g. "Check_Availability") which differs
from AgentIntegrationTool.tool_name. We resolve via AgentToolConfig first.

## Request body

- ToolExecutionRequest — Request to execute a tool.
  - `tool_name` string, required
  - `tool_params` object, required
  - `voice_agent_id` string, uuid, required
  - `call_id` string, required
  - `tenant_id` string, uuid, required

## Response `200`

Successful Response

- ToolExecutionResponse — Response from tool execution.
  - `success` boolean, required
  - `result` string, required
  - `data` object, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
