proxy_register
Register a named proxy tool at a base URL to make it callable through agent dispatch.
Instructions
Register a named proxy tool at a URL. Proxied tools are callable via agent_dispatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Base URL of the proxy service | |
| name | Yes | Unique name for this proxy | |
| secret | No | Optional bot secret for internal proxies | |
| description | No | What this proxy does |