Skip to main content
Glama

fc_update_post

Modify existing community posts by updating content, status, privacy settings, or metadata to maintain current and relevant discussions.

Instructions

Update an existing post in FluentCommunity

Input Schema

NameRequiredDescriptionDefault
post_idYesThe ID of the post to update
titleNoPost title
messageNoPost content/message
message_renderedNoRendered HTML version of the message
typeNoPost type
statusNoPost status
privacyNoPost privacy setting
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" }, "post_id": { "description": "The ID of the post to update", "type": "number" }, "privacy": { "description": "Post privacy setting", "enum": [ "public", "private", "friends" ], "type": "string" }, "status": { "description": "Post status", "enum": [ "published", "draft", "pending", "archived" ], "type": "string" }, "title": { "description": "Post title", "type": "string" }, "type": { "description": "Post type", "type": "string" } }, "required": [ "post_id" ], "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