mesh_register
Register an agent with its unique name, description, capabilities, and HTTP callback endpoint to make it discoverable and available for task delegation.
Instructions
Register an agent with its capabilities and HTTP callback endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique agent name | |
| endpoint | Yes | HTTP callback URL (e.g., http://host:port/task) | |
| description | Yes | What this agent does | |
| capabilities | Yes | List of capabilities |