Tool Executor
Why it matters: Safe, reliable execution of tools with clear error handling.
Invoke registered tools with schema validation, timeouts, retries, and circuit-breaker policy.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/tools/:name/invoke | Invoke a tool |
POST | /v1/tools/:name/invoke-async | Invoke a tool asynchronously |