v6

latestOpenAPI 3.1.02026-08-04135335658.3 KB
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

Example response

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