Skip to main content
POST

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

tool_id
string<uuid>
required

UUID of the tool

Body

application/json

Request body for running a tool. Parameters vary by tool type. Most tools accept a query parameter and optional top_k for result count.

query
string

The search query or input for the tool

Example:

"What are the key findings about revenue growth?"

top_k
integer
default:10

Maximum number of results to return

Example:

10

Response

Tool execution successful