agent_list
Generate a meta description for the agent_list tool from the AI Team OS MCP server. The description must start with the action/purpose, be under 200 characters, avoid superlatives, and not repeat the tool name.
Instructions
List a team's members - live roster first, offline history on request.
Default response is a COMPACT projection (view="compact" + hint - it is a trimmed view, NOT missing fields). Each member row keeps id / name / role / status / an 80-char current_task excerpt / last_active_at; system_prompt, config, the context watermark and the token ledger are omitted and come back with fields="all".
Offline members are folded into a count plus a short most-recent digest. An offline agent is a terminated process - it cannot be messaged and cannot be assigned work - and on the real 51-member session team those rows were 96.4% of the payload, which is what made this tool exceed the MCP result ceiling and fail outright. Nothing is deleted: the count is always reported and include_offline=True returns the full history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max member rows to return after the offline split (default 50, capped at 200) | |
| fields | No | "compact" (default, trimmed rows) / "all" (full agent rows) | compact |
| offset | No | Pagination offset into the member rows (default 0) | |
| team_id | Yes | Team ID or name | |
| include_offline | No | Include offline members as full 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 | |||