Skip to main content
Glama

mcp-discord

by hanweg

create_text_channel

Add a text channel to a Discord server with specified name, optional category, and topic using the MCP-Discord integration.

Instructions

Create a new text channel

Input Schema

NameRequiredDescriptionDefault
category_idNoOptional category ID to place channel in
nameYesChannel name
server_idYesDiscord server ID
topicNoOptional channel topic

Input Schema (JSON Schema)

{ "properties": { "category_id": { "description": "Optional category ID to place channel in", "type": "string" }, "name": { "description": "Channel name", "type": "string" }, "server_id": { "description": "Discord server ID", "type": "string" }, "topic": { "description": "Optional channel topic", "type": "string" } }, "required": [ "server_id", "name" ], "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