team_list
Retrieve a paginated list of teams in your AI Team OS, filtered by lifecycle status. Default compact view prevents exceeding result size limits by trimming team fields.
Instructions
List teams — active ones by default, newest first.
Default response is a COMPACT projection (view="compact" + hint - trimmed, NOT missing fields): each row keeps id / name / status / kind / project_id / created_at. The unfiltered full-row list measured 148,173 chars across 316 teams on the real install, past the MCP result ceiling; teams accumulate one row per Workflow run and per CC session, so the list only ever grows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max teams to return (default 50, capped at 200) | |
| fields | No | "compact" (default, trimmed rows) / "all" (full team rows) | compact |
| offset | No | Pagination offset (default 0) | |
| status | No | Filter by lifecycle status - "active" (default) / "completed" / "archived" / "" for every team | active |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||