get_pinned_messages
Fetch all pinned messages from a Discord channel by supplying its channel ID.
Instructions
Get all pinned messages in a channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel ID |
Fetch all pinned messages from a Discord channel by supplying its channel ID.
Get all pinned messages in a channel
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the read-like action 'get' but does not disclose permissions, return format, pagination behavior, or order. This is a significant gap for a tool without 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no wasted words. It is front-loaded with the action and resource, making it efficiently scannable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Although the tool is simple, the description is minimal. Without an output schema or annotations, it lacks details on return structure, ordering, or any caveats. For an agent to invoke it correctly, more context would be needed, especially given the absence of behavioral information.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (channel_id described), so the schema already documents the parameter. The description adds no additional meaning beyond that, meeting the baseline for high coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get') and resource ('pinned messages') with scope ('in a channel'), clearly distinguishing it from siblings like get_messages and pin_message. It unambiguously identifies the tool's purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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. Sibling tools such as get_messages exist, but the description neither explicitly recommends this tool for pinned-message retrieval nor mentions exclusions or alternative scenarios. Usage is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vovafes/discord-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server