Mail Operations
Use the helioy-bus MCP tools for all mail operations:
- Read inbox: Call
get_messages— no arguments needed, agent_id resolves automatically - Send message: Call
send_messagewithto(agent_id or*for broadcast),content, and optionallyreply_to(defaults to your agent_id — set to*for group-thread replies) - Reply to a message: Use
message.reply_toas thetofield — never reply to*unless the sender explicitly setreply_to: "*" - List agents: Call
list_agentsto see who is available to message
Display received messages clearly (sender, content, timestamp). If inbox is empty, continue without comment.