Skip to main content
POST
Execute Tool

Request Body

string
required
The name of the tool to execute (e.g. search_products).
object
required
The arguments for the tool, matching its Zod schema.
string
The current conversation session ID.

Response

object
The data returned by the backend.
string
The status of the execution (success or error).

Example