Message the other agent
notes_sendSend a concrete, self-contained message to another agent to coordinate work, hand off tasks, or notify about changes to shared dependencies.
Instructions
Leave a message for the other agent -- an interface contract, a hand-off, a heads-up that you changed something they depend on. Make it self-contained and concrete: 'POST /api/orders is live, returns {id, status}. Wire the form to it.'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Agent id, or 'all' (default) | |
| body | Yes |