discord_get_dm_channels
Retrieve a list of direct message (DM) channels for the current Discord user via the Discord MCP Server.
Instructions
Get list of DM channels for the current user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}