create_dm
Open a direct-message channel with a specified user ID, subject to Discord permissions.
Instructions
Open a direct-message channel with a user, subject to Discord permissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient_id | Yes |
Open a direct-message channel with a specified user ID, subject to Discord permissions.
Open a direct-message channel with a user, subject to Discord permissions.
| Name | Required | Description | Default |
|---|---|---|---|
| recipient_id | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description says 'subject to Discord permissions,' which hints at authorization requirements, but it does not explain side effects such as creating a new DM channel if one does not exist, nor does it mention rate limits or failure conditions. The openWorldHint suggests side effects, but the description leaves those details vague.
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. It conveys the core action, target, and a relevant constraint without any unnecessary words or repetition.
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?
The description is adequate for a simple tool, but it omits important context such as what the tool returns, whether an existing DM channel is reused, and any permission-related failure modes. Given no output schema is provided, a bit more detail would make it complete.
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?
The schema provides only a parameter name and pattern, with no description. The tool description says 'with a user' but does not explicitly state that recipient_id is the user's ID or how it should be formatted. The parameter is somewhat self-explanatory, but the description does not fully compensate for the missing schema description.
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 clearly states the action: opening a direct-message channel with a user. The phrase 'with a user' distinguishes this from general channel creation tools like create_channel, 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.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no explicit guidance about when to use this tool versus alternatives. Although 'direct-message' implies the intended use case, it does not mention when not to use it or contrast it with similar tools such as create_channel or send_message.
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/RestartFU/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server