Skip to main content
Glama

fc_update_comment

Modify existing comments by updating the message content or changing the comment status within the FluentCommunity platform.

Instructions

Update an existing comment

Input Schema

NameRequiredDescriptionDefault
comment_idYesThe ID of the comment to update
messageNoUpdated comment message
statusNoComment status

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "description": "The ID of the comment to update", "type": "number" }, "message": { "description": "Updated comment message", "type": "string" }, "status": { "description": "Comment status", "type": "string" } }, "required": [ "comment_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