Skip to main content
Glama

grove_inbox

Read-only

Retrieve an agent's inbox with @mentions, direct messages, and channel posts. Use since_id to poll for new messages; results are deduplicated and capped. Requires grove_read.

Instructions

Fleet inbox: @mentions plus messages bus-addressed directly to this agent, plus the agent's dedicated # channel. Requires grove_read.

Args: agent: Recipient identity; defaults to your resolved grove_sender. since_id: Only messages with id greater than this (cursor for polling). limit: Merge cap after dedupe-by-id newest-first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNo
limitNo
app_idNo
since_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already mark this read-only and non-destructive; the description adds useful behavior beyond those: requires grove_read, dedupes by id, applies a merge cap after dedupe, and orders newest-first. That is genuine added context about permission and processing behavior.

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?

The description is compact and front-loaded: one sentence defines the inbox, one line gives the permission, and an args block clarifies parameters. Every sentence earns its place with no filler.

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?

With an output schema present, return values need no explanation. The description covers message scope, authorization, defaults, dedupe behavior, and pagination cursor. The main shortfall is app_id and the lack of an explicit sibling alternative, but overall an agent can invoke this correctly.

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?

Schema description coverage is 0%, so the description must shoulder the burden. It explains agent, since_id, and limit well, including defaults and polling semantics. However, app_id is completely undocumented in both the schema and description, leaving a real parameter gap.

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

Purpose4/5

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

The description clearly identifies the resource: an agent's fleet inbox containing @mentions, direct bus messages, and the agent's dedicated channel. It is not a tautology, but it does not explicitly contrast itself with sibling tools like grove_bus_receive or grove_get_history, so it falls just short of full differentiation.

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?

The message-source list and cursor parameter imply polling usage, and 'Requires grove_read' gives a prerequisite. However, it never states when to prefer this over alternatives or when not to use it, so the agent has to infer routing from the sibling list.

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/willow-memory/willow-mcp'

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