Skip to main content
Glama

fc_list_space_members

View and filter members in a FluentCommunity space by status to manage community participation and monitor user activity.

Instructions

List members of a specific space

Input Schema

NameRequiredDescriptionDefault
space_idYesThe space ID to list members from
statusNoFilter by member status
limitNoNumber of members to return

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Number of members to return", "type": "number" }, "space_id": { "description": "The space ID to list members from", "type": "number" }, "status": { "description": "Filter by member status", "enum": [ "active", "pending", "banned" ], "type": "string" } }, "required": [ "space_id" ], "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