Skip to main content
Glama
mario-hernandez

discord-unofficial-mcp

discord_list_dms

Lists open DMs from the sidebar in recent-activity order, with channel IDs and unread flags. Use unread_only filter to see only conversations that have new messages.

Instructions

Lists the open direct conversations in the sidebar (recent-activity order) with their channel_id and whether they have unread messages. Reports whether the sidebar walk was complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format (default markdown)
unread_onlyNoOnly conversations with unread messages

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.0

TDQS

A4/5.0
Behavior4/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. It discloses ordering ('recent-activity order'), returned data ('channel_id and whether they have unread messages'), and even signals possible incompleteness ('Reports whether the sidebar walk was complete'). It does not explicitly state side effects, but as a list operation the wording implies none.

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 with no filler, front-loaded with the action and scope. Every clause adds operational meaning, making it efficient for an agent to parse.

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 list tool with no output schema, the description names the returned fields and even includes a completion indicator. It could mention behavior on empty results or failed sidebar walks, but those are minor gaps for a tool of this complexity.

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?

Schema description coverage is 100%, so both 'format' and 'unread_only' are already documented. The description adds some behavioral context about unread messages that aligns with unread_only, but it does not provide additional parameter-level detail beyond the schema.

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 the action ('Lists') and scope ('open direct conversations in the sidebar'), with useful output details such as channel_id and unread status. It does not explicitly differentiate from siblings like discord_read_dm or discord_catch_up, which keeps it from a 5.

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?

The context is clear: use this tool when you need an overview of open DM conversations with their channel IDs and unread state. There are no explicit exclusions or alternative tool references, but the purpose strongly implies the appropriate use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/mario-hernandez/discord-unofficial-mcp'

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