team_status
Retrieve a team's status summary with member details and active tasks, trimmed into a compact projection to fit MCP result limits while preserving key roster and workload insights.
Instructions
Get a team's status summary — team info + members + active tasks.
Hits /status (not the bare team row): the plain team endpoint carries no member or task fields, so callers asking "what is this team doing" got a row with nothing actionable in it.
Default response is a COMPACT projection (view="compact" + hint - trimmed, NOT missing fields). The upstream summary embeds the entire roster and every active task as full rows, which measured 170,331 chars on a real 173-member workflow team and 69,660 on a 51-member session team - both past the MCP result ceiling, i.e. the tool simply did not work on the teams that most needed it. Members and tasks are projected here, offline members fold into a count plus digest, and the API route and Dashboard JSON are untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max member rows to return after the offline split (default 30, capped at 200) | |
| fields | No | "compact" (default, trimmed rows) / "all" (full member and task rows) | compact |
| team_id | Yes | Team ID or team name | |
| include_offline | No | Include offline members as rows instead of a count plus digest (default False) | |
| offline_preview | No | How many most-recent offline members to show in the digest (default 5; ignored when include_offline is True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||