cs_agent_list
List managed agents in the caller's delegation subtree to avoid duplicates and coordinate parallel work. Filter by agent, state, or parent; supports cursor pagination.
Instructions
Inspect managed agents in the caller's delegation subtree before creating duplicates or when coordinating parallel work. Supports filtering and cursor pagination; it cannot reveal sibling or ancestor subtrees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Only return children using this configured agent name. | |
| limit | No | Maximum agents to return in this page, up to 1000. | |
| state | No | Only return agents in this lifecycle state. | |
| cursor | No | Opaque pagination cursor returned by a previous cs_agent_list call. | |
| parentAgentId | No | Only return direct children of this visible parent agent id. |