team_list
List teams from your AI company workspace, returning active teams first with pagination controls, status filtering, and compact or full field projections to keep responses within size limits.
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 | |||