bridge_send
Send a message to a named channel on the Claude Bridge so another agent can read it with bridge_receive.
Instructions
Send a message to a named channel on the Claude Bridge. The other agent can read it with bridge_receive. Use descriptive channel names like 'demo:orchestrator' or 'demo:worker'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | Yes | Your identity, e.g. 'windows' or 'mac' | |
| channel | Yes | Channel name, e.g. 'demo:orchestrator' | |
| content | Yes | Message content — can be plain text or JSON |