Skip to main content
Glama
polaris-smart

agent-mailbox

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENT_MAIL_IDNoOptional identifier for this agent's mailbox. If set, the agent's tools are self-addressed.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mailbox_registerC

Register this agent and claim its mailbox. Idempotent — safe to call again.

mailbox_sendB

Send a message to one agent, a list of agents, or "all" for broadcast.

mailbox_checkB

Fetch your pending messages (they become acked). Call at session start.

mailbox_replyB

Reply to a message thread. Routes to the original sender automatically.

mailbox_listC

List messages in your mailbox, optionally filtered by status.

mailbox_doneC

Mark a message as handled. Done messages can be archived.

mailbox_broadcastC

Broadcast to every registered agent (including boss).

mailbox_whoamiA

List all registered agents and the mail root location.

mailbox_waitC

Block until a new message arrives (long-poll, up to timeout). Returns immediately if pending messages exist. Import 'time' is at module top.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/polaris-smart/agent-mailbox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server