Execute a specific custom tool by its ID or slug. The request body should contain the parameters the tool expects. Required parameters are validated before execution.
JWT-based authentication
The identifier of the tool to execute, either the numeric ID or the slug
Key-value object of parameters the tool expects. The required parameters and their types depend on the tool's parameter definitions.
Tool executed successfully
The output of the tool execution. The structure depends on the tool.