Skip to main content
Glama
berkal749

mcp-discord-mod

by berkal749

discord_mod_send_dm

Send a direct message to a Discord user by their ID. Creates a DM channel automatically if one does not exist.

Instructions

Sends a direct message to a user by their user ID. Automatically creates a DM channel if one doesn't exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdYesThe ID of the user to send a DM to
messageYesThe message content to send
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the auto-creation of DM channels, which is a key behavior. However, it does not mention potential failure modes (e.g., user not found, DMs closed) or rate limits, leaving gaps in transparency.

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 extremely concise, consisting of two sentences that front-load the action. Every word adds value, with no redundancy or fluff.

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?

Given the tool's simplicity (2 required params, no output schema), the description covers the core behavior and the auto-creation detail. It misses potential edge cases but is generally complete for a straightforward DM tool.

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 the baseline is 3. The description does not add any additional meaning beyond the schema's own descriptions for 'userId' and 'message'. It does not clarify formats or constraints.

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 action 'sends a direct message' and identifies the resource by user ID. It also mentions the automatic creation of a DM channel, which distinguishes this tool from sibling tools that operate within servers.

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

Usage Guidelines3/5

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

The description implies usage for sending DMs but does not explicitly state when to use it vs alternatives. It lacks guidance on prerequisites (e.g., user must not have DMs disabled) or when it might fail, leaving the agent without full context for decision-making.

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/berkal749/mcp-discord-mod'

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