Skip to main content
Glama

fc_list_spaces

List and filter FluentCommunity spaces by status, type, privacy settings, or search terms to manage community content organization.

Instructions

List all spaces in FluentCommunity

Input Schema

NameRequiredDescriptionDefault
statusNoFilter by status
typeNoFilter by space type
privacyNoFilter by privacy setting
limitNoNumber of spaces to return
searchNoSearch term

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Number of spaces to return", "type": "number" }, "privacy": { "description": "Filter by privacy setting", "enum": [ "public", "private" ], "type": "string" }, "search": { "description": "Search term", "type": "string" }, "status": { "description": "Filter by status", "enum": [ "active", "inactive", "archived" ], "type": "string" }, "type": { "description": "Filter by space type", "type": "string" } }, "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