team_create
Creates a new team record in the database with specified name, collaboration mode, and optional leader assignment.
Instructions
⚠️ INTERNAL USE ONLY — 请使用CC原生的TeamCreate工具创建团队,不要调用此MCP工具。
NOTE: For normal workflow, use CC's TeamCreate tool instead — it auto-registers the team via hooks. This MCP tool only creates a DB record without CC integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Collaboration mode, either "coordinate" or "broadcast" | coordinate |
| name | Yes | Team name | |
| project_id | No | Associated project ID (optional) | |
| leader_agent_id | No | Leader agent ID for this team (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||