create_webex_space
Create a Webex space for team collaboration with a required title and optional configurations for team, moderation, classification, and description.
Instructions
Create a new Webex space. Note: This is an alias for create_webex_room — "room" and "space" are synonymous in Webex.
Args: title: Title of the space (required) team_id: Team ID to create space in (optional) classification_id: Classification for the space (optional) is_locked: Whether the space is locked (optional; same property as is_moderated) is_moderated: Whether the space is moderated (optional; same property as is_locked) is_public: Whether the space is public (optional) is_announcement_only: Whether only moderators can post (optional) description: Description of the space (optional)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| team_id | No | ||
| is_locked | No | ||
| is_public | No | ||
| description | No | ||
| is_moderated | No | ||
| classification_id | No | ||
| is_announcement_only | No |