register_agent
Register an agent with Agent Hub MCP to enable multi-agent collaboration by specifying its role, capabilities, and collaborators for coordinated task execution.
Instructions
Register an agent with the hub
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Agent identifier (optional - will be generated from project path if not provided) | |
| projectPath | Yes | Agent working directory | |
| role | Yes | Agent role description | |
| capabilities | No | Agent capabilities | |
| collaboratesWith | No | Expected collaborators |