Skip to main content
Glama

MCP-Discord

discord_create_forum_post

Create a new post in a Discord forum channel, including title, content, and optional tags, using the MCP-Discord server for streamlined AI-driven interactions.

Instructions

Creates a new post in a Discord forum channel with optional tags

Input Schema

NameRequiredDescriptionDefault
contentYes
forumChannelIdYes
tagsNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "forumChannelId": { "type": "string" }, "tags": { "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" } }, "required": [ "forumChannelId", "title", "content" ], "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/barryyip0625/mcp-discord'

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