Tools

Get Tool

Endpoint to retrieve a tool configuration by its ID. Checks both custom tools in the database and inbuilt tools from the registry.

get/workflows/v1/tools/{tool_id}

Path parameters

tool_idstring required

Response

Successful Response

warningsstring[]

Advisory notes: the write succeeded, but the config will not work yet — e.g. an imported tool whose dynamic variables this team has not defined.

Example response

{
  "tool": {
    "_id": "5eb7cf5a86d9755df3a6c593"
  }
}

Changes