send_message
Send messages to a coordination room to share context, results, status updates, or requests with other agents.
Instructions
Send a message to a coordination room.
Share context, results, status updates, or requests with other agents in the room.
Args: room_id: Target room sender: Your agent identifier message: The message content message_type: Type: "text", "result", "request", "status", "context" metadata: Optional JSON metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room_id | Yes | ||
| sender | Yes | ||
| message | Yes | ||
| message_type | No | text | |
| metadata | No | {} |