MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_get_server_info

Retrieve detailed Discord server information, including channels and member count, by providing the guild ID. Facilitates server management and analysis for AI assistants.

Instructions

Retrieves detailed information about a Discord server including channels and member count

Input Schema

NameRequiredDescriptionDefault
guildIdYes

Input Schema (JSON Schema)

{ "properties": { "guildId": { "type": "string" } }, "required": [ "guildId" ], "type": "object" }
ID: 4k20oqxijs