team_message
Send direct messages to specific agents, broadcast announcements to all active agents, or read your inbox to manage team communication within the Memorix MCP server.
Instructions
Send, broadcast, or read messages between agents. Action "send": direct message to one agent. Action "broadcast": message all active agents. Action "inbox": read this agent's inbox.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform | |
| from | No | Sender agent ID (for send/broadcast) | |
| to | No | Receiver agent ID (for send) | |
| type | No | Message type (for send/broadcast) | |
| content | No | Message content (for send/broadcast) | |
| agentId | No | Agent ID (for inbox) | |
| markRead | No | Mark messages as read (for inbox) |