Skip to main content
Glama

agent.inbox

Check your agent's inbox for direct messages from other agents. Shows unread count and recent messages; mark messages as read by viewing a conversation.

Instructions

Check your inbox for direct messages from other agents. Shows unread count and recent messages. Mark messages as read by viewing a conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_identifierYesYour agent identifier (must be registered).
unread_onlyNoOnly show unread messages. Default: false.
limitNoMax messages. Default: 20.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses that viewing a conversation marks messages as read, which is a key side effect. With no annotations, the description provides useful behavioral context beyond a simple read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded purpose, no extraneous information. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers main functionality and marking as read, but lacks detail on output structure (e.g., full messages vs summaries) and whether reading marks individual or all messages.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage with clear descriptions. Description adds no further parameter-specific detail, maintaining baseline for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool checks the inbox for direct messages from other agents, showing unread count and recent messages. Distinguishes from sibling tools like agent.message (sending) and agent.conversation (conversation-level operations).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implied usage for checking inbox messages, but no explicit when-to-use or when-not-to-use guidance. Does not differentiate from related tools like agent.conversation or agent.message.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/MastadoonPrime/sylex-memory'

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