---
title: "Handle Tool Input"
method: POST
path: "/task/{taskId}/run/tool-input"
---

# Handle Tool Input

`POST /task/{taskId}/run/tool-input`

Submit user input for a tool call during task execution

## Path parameters

- `taskId` string, required

## Query parameters

- `runId` string

## Request body

- object
  - `input` string, required — The user input for the tool call
  - `toolCallId` string — Optional ID of the specific tool call to respond to

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `error` string — Error message if the request failed

---

[API](https://skmtc.net/browserable/apis/browserable-api.md) · [All operations](https://skmtc.net/browserable/apis/browserable-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/browserable/browserable-api/versions/2da74de431de/schema)
