Skip to main content
Glama

mcp-discord

by hanweg

create_text_channel

Generate a new text channel in a Discord server, specifying its name, category, and optional topic. Simplify server organization and communication.

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" }

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