message_send
Send a message to another agent's inbox for async coordination. Use to delegate work, share findings, ask questions, or notify when something is ready.
Instructions
Send a message to another agent's inbox.
Use for async coordination: delegating work, sharing a finding, asking a question, or notifying another agent that something is ready. The recipient will see it when they call message_inbox().
Args: to: The agent_id to send to, "broadcast" to reach all agents, or "project:" to reach every agent in that project (sender must be a member). body: Message body. subject: Optional subject line (helps the recipient triage).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | The agent_id to send to, "broadcast" to reach all agents, or "project:<name>" to reach every agent in that project (sender must be a member). | |
| body | Yes | Message body. | |
| subject | No | Optional subject line (helps the recipient triage). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |