Skip to main content
Glama

fc_create_post

Create new posts in FluentCommunity forums by specifying space, user, title, content, and privacy settings to publish or save as draft.

Instructions

Create a new post in FluentCommunity

Input Schema

NameRequiredDescriptionDefault
space_idYesThe space ID where the post will be created
user_idYesThe user ID who creates the post
titleNoPost title
messageYesPost content/message
message_renderedNoRendered HTML version of the message
typeNoPost type (text, video, etc.)text
statusNoPost statuspublished
privacyNoPost privacy settingpublic
featured_imageNoURL of the featured image
metaNoAdditional metadata as JSON object

Input Schema (JSON Schema)

{ "properties": { "featured_image": { "description": "URL of the featured image", "type": "string" }, "message": { "description": "Post content/message", "type": "string" }, "message_rendered": { "description": "Rendered HTML version of the message", "type": "string" }, "meta": { "description": "Additional metadata as JSON object", "type": "object" }, "privacy": { "default": "public", "description": "Post privacy setting", "enum": [ "public", "private", "friends" ], "type": "string" }, "space_id": { "description": "The space ID where the post will be created", "type": "number" }, "status": { "default": "published", "description": "Post status", "enum": [ "published", "draft", "pending" ], "type": "string" }, "title": { "description": "Post title", "type": "string" }, "type": { "default": "text", "description": "Post type (text, video, etc.)", "type": "string" }, "user_id": { "description": "The user ID who creates the post", "type": "number" } }, "required": [ "space_id", "user_id", "message" ], "type": "object" }

Latest Blog Posts

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/wplaunchify/fluent-community-mcp'

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