send_message
Send messages between agents or broadcast to all agents in the Agent Hub MCP server to enable communication, context sharing, and task coordination.
Instructions
Send a message to another agent or broadcast to all agents
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Source agent identifier | |
| to | Yes | Target agent identifier or "all" for broadcast | |
| type | Yes | Message type | |
| content | Yes | Message content | |
| metadata | No | Additional structured data | |
| priority | No | Message priority | normal |
| threadId | No | Optional conversation thread ID |