Skip to main content
Glama

MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_create_forum_post

Facilitates the creation of a new post in a specified Discord forum channel, allowing users to add a title, content, and optional tags for organization within the MCP-Discord server.

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

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