Skip to main content
Glama

Discord MCP Server

discord_create_dm

Initiate or retrieve a direct message channel with a Discord user by specifying their user ID, enabling private communication through Discord's API.

Instructions

Create or get existing DM channel with a user

Input Schema

NameRequiredDescriptionDefault
userIdYesThe user ID to create DM with

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "userId": { "description": "The user ID to create DM with", "type": "string" } }, "required": [ "userId" ], "type": "object" }

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

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