Skip to main content
Glama

fc_create_comment

Add comments to posts in FluentCommunity WordPress plugin by specifying post ID, user ID, and message content to facilitate community discussions.

Instructions

Create a new comment on a post

Input Schema

NameRequiredDescriptionDefault
post_idYesThe post ID to comment on
user_idYesThe user ID creating the comment
messageYesComment message
parent_idNoParent comment ID for replies

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Comment message", "type": "string" }, "parent_id": { "description": "Parent comment ID for replies", "type": "number" }, "post_id": { "description": "The post ID to comment on", "type": "number" }, "user_id": { "description": "The user ID creating the comment", "type": "number" } }, "required": [ "post_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