fc_get_space
Retrieve detailed information about a specific community space using its unique ID to access space configurations, settings, and content details.
Instructions
Get detailed information about a specific space
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | The ID of the space to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"space_id": {
"description": "The ID of the space to retrieve",
"type": "number"
}
},
"required": [
"space_id"
],
"type": "object"
}