cs_agent_send
Delegate self-contained tasks to managed child agents by sending a complete brief with objective, constraints, deliverables, and verification. Idempotency key ensures safe retries.
Instructions
Assign a self-contained task to a managed descendant agent. Include the objective, scope, constraints, expected deliverable, and verification criteria; the idempotency key makes retries safe. For parallel work, send all independent turns before waiting with cs_agent_wait_many.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Target managed descendant agent id. | |
| content | Yes | Complete delegated task brief with objective, boundaries, deliverable, and checks. | |
| timeoutMs | No | Reserved submission-timeout hint kept for compatibility; it never limits task completion. | |
| attachments | No | Optional inline attachments needed to complete the task, up to 32. | |
| idempotencyKey | Yes | Caller-generated stable key; reuse it when retrying the same logical message. |