send_message
Send a message to a coordination room to communicate instructions, status updates, or questions. Optionally mention specific agents to direct their attention.
Instructions
Send message to coordination room
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roomName | Yes | Name of the communication room where the message will be sent. The room must exist and the agent should be a member. | |
| agentName | Yes | Name or identifier of the agent sending the message. This will be displayed as the message sender. | |
| message | Yes | The message content to send to the room. Can include coordination instructions, status updates, questions, or other communication. | |
| mentions | No | Optional array of agent names to mention in the message. Mentioned agents may receive special notifications or attention. |