Send a message
bridge_sendSend a message to a named agent or broadcast to all agents via a local bridge that links Claude Code and OpenAI Codex using a durable SQLite mailbox.
Instructions
Deliver a message to another agent. Use '*' to broadcast to everyone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient agent name, or '*' to broadcast. | |
| body | Yes | Message content. | |
| from | Yes | Sender agent name. | |
| threadId | No | Optional conversation thread identifier. | |
| idempotencyKey | No | Optional key to prevent duplicate delivery on retry. |