Skip to main content
GET
Get tool by ID

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

Tool ObjectId

Response

Tool retrieved successfully

success
boolean
data
object

A tool definition consumed by the Pria orchestrator. Field names match the Mongoose schema in routes/models/tool.js. Each argument_N is a free-form natural-language description of what value the model should pass for that positional argument — the orchestrator forwards it to the LLM as the parameter description (NOT a JSON Schema definition).