Skip to main content
Glama

fc_list_comments

Retrieve and filter comments from FluentCommunity posts using criteria like post ID, user ID, or status to manage community discussions.

Instructions

List comments for a specific post or all comments

Input Schema

NameRequiredDescriptionDefault
post_idNoFilter comments by post ID
user_idNoFilter comments by user ID
statusNoFilter by status
limitNoNumber of comments to return

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Number of comments to return", "type": "number" }, "post_id": { "description": "Filter comments by post ID", "type": "number" }, "status": { "description": "Filter by status", "type": "string" }, "user_id": { "description": "Filter comments by user ID", "type": "number" } }, "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