Skip to main content
Glama

grove_bus_receive

Read-only

Fetch bus messages addressed to your agent or broadcast, ordered by priority. Specify a channel and cursor to retrieve only new messages.

Instructions

Fetch bus messages addressed to this agent (or broadcast), ordered by priority. Requires grove_read.

Args: agent: Your agent name — receives messages addressed to you or 'all'. channel_name: Optional — restrict to one channel. since_id: Only return messages with id greater than this cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentYes
app_idNo
since_idNo
channel_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful context beyond annotations: messages are 'ordered by priority', and it requires 'grove_read' permission. This extra detail enriches the agent's understanding without contradicting annotations.

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 two sentences plus a clear Args list, with no redundant wording. The primary purpose is front-loaded, and each parameter explanation is concise and directly useful. It earns its place without unnecessary fluff.

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?

Given the presence of an output schema (not shown here) and moderate complexity, the description covers essential aspects: what it fetches, ordering, permission requirement, and key parameters. It does not describe return structure, but that is handled by the output schema. Minor omissions like pagination details are not critical for a read-only tool.

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

Parameters4/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 compensate. It explains three of four parameters clearly: 'agent' (receiver), 'channel_name' (restrict to one channel), and 'since_id' (cursor for id greater than this). However, 'app_id' is not described, leaving a gap. Still, the explanations are meaningful and specific.

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?

The description clearly states the tool's function: 'Fetch bus messages addressed to this agent (or broadcast), ordered by priority.' It uses a specific verb ('Fetch'), identifies the resource ('bus messages'), and differentiates from siblings like grove_bus_send (send) and grove_get_history (history) by focusing on receiving messages addressed to the agent.

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 description implies usage (to receive messages addressed to the agent), but does not explicitly contrast with alternatives or provide when-not-to-use guidance. It mentions a prerequisite ('Requires grove_read'), which is helpful, but lacks explicit routing to or away from sibling tools.

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