Skip to main content
Glama
BarredEwe

time-messenger-mcp-server

by BarredEwe

get_channel_messages

Retrieve paginated messages from a channel. Specify the channel ID to pull messages, with optional page and per_page parameters for efficient navigation.

Instructions

Get messages from a channel with pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
per_pageNoMessages per page (default: 60, max: 200)
channel_idYesChannel ID
Behavior2/5

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

No annotations are present, so the description must fully disclose behavioral traits. It only mentions pagination, which is already evident from the schema. It does not disclose message ordering, authentication needs, rate limits, or how pagination appears in the response.

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 a single, front-loaded sentence with no filler. It efficiently communicates the core action and the pagination feature, making it appropriately concise.

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

Completeness2/5

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

With no output schema, the description should clarify return values and expected response structure, but it only says 'get messages'. It also lacks usage guidance and behavioral details such as ordering or response format. The tool is simple, but the description leaves too much unsaid for an agent to fully understand the tool's behavior.

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?

The schema provides complete descriptions for all three parameters (channel_id, page, per_page), including defaults and max value. The description adds little beyond the schema, but it does align with the pagination parameters. Baseline 3 is appropriate given high schema 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?

The description clearly states the operation: retrieving messages from a channel, and explicitly mentions pagination. The 'channel' qualifier distinguishes it from thread-specific siblings like get_thread_messages and search_messages, making the purpose unambiguous.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as search_messages or get_thread_messages. There is no mention of exclusions, prerequisites, or preferred usage contexts.

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/BarredEwe/time-messenger-mcp-server'

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