Skip to main content
Glama

fc_search_content

Search across FluentCommunity posts, comments, spaces, and users to find specific content using targeted queries and filters.

Instructions

Search across all FluentCommunity content (posts, comments, spaces)

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query
content_typeNoType of content to searchall
space_idNoLimit search to specific space
limitNoNumber of results to return

Input Schema (JSON Schema)

{ "properties": { "content_type": { "default": "all", "description": "Type of content to search", "enum": [ "all", "posts", "comments", "spaces", "users" ], "type": "string" }, "limit": { "default": 20, "description": "Number of results to return", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "space_id": { "description": "Limit search to specific space", "type": "number" } }, "required": [ "query" ], "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