Skip to main content
Glama

fc_update_space

Modify existing community spaces by updating titles, descriptions, privacy settings, and status to maintain accurate and current collaborative environments.

Instructions

Update an existing space

Input Schema

NameRequiredDescriptionDefault
space_idYesThe ID of the space to update
titleNoSpace title
descriptionNoSpace description
privacyNoPrivacy setting
statusNoSpace status

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Space description", "type": "string" }, "privacy": { "description": "Privacy setting", "enum": [ "public", "private" ], "type": "string" }, "space_id": { "description": "The ID of the space to update", "type": "number" }, "status": { "description": "Space status", "enum": [ "active", "inactive", "archived" ], "type": "string" }, "title": { "description": "Space title", "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