Skip to main content
Glama

mcp-discord

by hanweg

delete_channel

remove a Discord channel by specifying its ID through the mcp-discord server, enabling efficient channel management and organization.

Instructions

Delete a channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesID of channel to delete
reasonNoReason for deletion

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "ID of channel to delete", "type": "string" }, "reason": { "description": "Reason for deletion", "type": "string" } }, "required": [ "channel_id" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-discord

Related Tools

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

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