Skip to main content
Glama

grove_get_history

Read-only

Retrieve message history from a Grove channel with optional limit and since_id for incremental polling. Requires grove_read permission.

Instructions

Get message history from a Grove channel. Requires grove_read.

Args: channel_name: Exact channel name (use grove_list_channels to find names). limit: Number of messages to return (max 200, default 50). since_id: If > 0, return only messages with id greater than this value, oldest first. Use the last returned message's id as your next since_id to poll for new messages without re-fetching history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
app_idNo
since_idNo
channel_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint and destructiveHint, indicating a safe read operation. The description adds 'Requires grove_read' (a permission hint) but does not describe additional behavioral aspects such as rate limits or error conditions beyond what annotations provide.

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 concise and well-structured: a short main sentence followed by three parameter explanations. No unnecessary verbosity, and the key information is front-loaded.

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?

The tool has an output schema (though not shown), so return values need not be explained. The description covers the essential operation and parameters. Minor gaps include potential error scenarios, but these are not required given the simplicity and output schema presence.

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

Parameters5/5

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

Each parameter is given a detailed, practical explanation. channel_name includes a pointer to find names via grove_list_channels, limit specifies max and default values, and since_id explains pagination logic explicitly. This far exceeds the bare schema types.

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 verb 'get' and resource 'message history from a Grove channel', distinguishing it from siblings like grove_list_channels and grove_search. It accurately reflects the tool's function.

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 mentions the required permission 'grove_read' but does not explicitly state when to use this tool versus alternatives like grove_search or grove_get_thread. The use case is implied but not fully explicit.

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