Skip to main content
Glama

fc_list_posts

Retrieve and filter community posts by space, user, status, type, or search terms to manage content effectively.

Instructions

List all posts from FluentCommunity with optional filtering

Input Schema

NameRequiredDescriptionDefault
space_idNoFilter posts by space ID
user_idNoFilter posts by user ID
statusNoFilter by status (published, draft, etc.)
typeNoFilter by post type (text, video, etc.)
limitNoNumber of posts to return (default: 20)
offsetNoOffset for pagination (default: 0)
searchNoSearch term to filter posts

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Number of posts to return (default: 20)", "type": "number" }, "offset": { "default": 0, "description": "Offset for pagination (default: 0)", "type": "number" }, "search": { "description": "Search term to filter posts", "type": "string" }, "space_id": { "description": "Filter posts by space ID", "type": "number" }, "status": { "description": "Filter by status (published, draft, etc.)", "enum": [ "published", "draft", "pending", "archived" ], "type": "string" }, "type": { "description": "Filter by post type (text, video, etc.)", "type": "string" }, "user_id": { "description": "Filter posts 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