Tool Registry
Why it matters: Agents can discover and safely call tools by name.
Schema-driven catalog of tools with JSON Schema inputs, versioning, deprecation, and discovery.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/tools | Register a tool |
GET | /v1/tools | List tools |
POST | /v1/tools/:name/invoke | Invoke a tool |