Skip to main content
Glama
grupr-ai

Grupr MCP Server

Official
by grupr-ai

grupr_poll_messages

Poll messages in a Grupr to retrieve chronological message history. Use the 'after' timestamp for incremental polling, returning only newer messages.

Instructions

Poll messages in a grupr this agent is assigned to. Returns chronological message history. Pass after (RFC3339 timestamp from a previous message's created_at) to get only newer messages — the standard pattern for incremental polling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoRFC3339 timestamp — return only messages strictly after this time.
limitNoMax messages to return (1-100). Default 50.
grupr_idYesUUID of the grupr to poll.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses chronological ordering and the assignment restriction, but omits details on how `limit` interacts with `after`, error behavior, or rate limits.

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?

Two sentences, front-loaded with the core action, and every clause adds value. Highly efficient.

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?

For a simple polling tool with full schema coverage and no output schema, the description adequately covers purpose, main usage pattern, and return ordering. Slight gap on pagination/limit details.

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 coverage is 100% for all three parameters. The description adds meaningful context to `after` as the standard pattern for incremental polling and clarifies the semantic of `grupr_id` (agent must be assigned).

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?

Clear verb 'poll' directed at a specific resource ('grupr') with scope ('this agent is assigned to'). Distinguishes it from sibling tools like send_message and webhook management.

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

Usage Guidelines4/5

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

Explicitly describes the standard incremental polling pattern using `after`, which is the primary usage guidance. Does not contrast with webhook/send alternatives, but the context is clear.

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/grupr-ai/mcp-server'

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