Skip to main content
Glama
swaritsoni6-lgtm

Discord MCP Server

list_messages

Fetch recent messages from a Discord channel or thread by channel ID, with optional limit and message ID filters.

Instructions

Fetches recent messages from a Discord channel or thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoGet messages after this message ID.
limitNoNumber of messages to retrieve (1-100). Default is 50.
aroundNoGet messages around this message ID.
beforeNoGet messages before this message ID.
channel_idYesThe ID of the channel.
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only says 'fetches' which suggests a read operation, but it does not clarify ordering, pagination behavior, permissions needed, or whether the operation has any side effects. This is minimal coverage for a tool with no annotation support.

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 wasted words. It conveys the core action and target resource efficiently.

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

Completeness3/5

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

Given the simple nature of the tool and full parameter documentation, the description is adequate for basic invocation. However, there is no output schema and the description does not mention return format, message ordering, or the relationship between 'recent' and the before/after/around parameters, leaving some ambiguity for an agent choosing and calling the 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 coverage is 100%, so the schema already documents all five parameters. The description adds meaningful value by specifying 'channel or thread,' which expands the semantic scope of channel_id beyond the schema's 'The ID of the channel.' It also implies that limit and before/after/around control the 'recent' result set.

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 states a specific verb and resource: it fetches recent messages from a Discord channel or thread. It is distinguishable from sibling get_message because it describes plural recent messages rather than a single message, though it does not explicitly name the alternative.

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?

There is no guidance on when to use this tool versus siblings like get_message, send_message, or get_pinned_messages. The word 'recent' implies a use case but no explicit context, exclusions, or alternative routing is provided.

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/swaritsoni6-lgtm/discord-mcp-server'

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