team_manage
Manage agent registration and status for collaborative AI coding. Register agents with roles and capabilities, mark them inactive, or list all team members.
Instructions
Register, unregister, or list agents in the team. Action "join": register this agent (returns agent ID). Action "leave": mark agent inactive, release locks. Action "status": list all agents with roles and capabilities.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform | |
| name | No | Agent name for join (e.g., "cursor-frontend") | |
| role | No | Agent role for join | |
| capabilities | No | Agent capabilities for join | |
| agentId | No | Agent ID for leave |