Skip to main content
Glama

fc_add_space_member

Add users to community spaces by specifying their user ID and space ID, with optional role assignment to manage member permissions.

Instructions

Add a user to a space

Input Schema

NameRequiredDescriptionDefault
space_idYesThe space ID
user_idYesThe user ID to add
roleNoMember role in the spacemember

Input Schema (JSON Schema)

{ "properties": { "role": { "default": "member", "description": "Member role in the space", "type": "string" }, "space_id": { "description": "The space ID", "type": "number" }, "user_id": { "description": "The user ID to add", "type": "number" } }, "required": [ "space_id", "user_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