Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
team_idNo
is_lockedNo
is_publicNo
descriptionNo
is_moderatedNo
classification_idNo
is_announcement_onlyNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden for behavioral transparency. It discloses that is_locked and is_moderated are the same property and lists the return type, but it does not mention required permissions, rate limits, or potential side effects of creating a space. This is adequate but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear main sentence, an alias note, a detailed argument list, and a return value statement. Every sentence contributes valuable information. It is appropriately sized for the complexity of the tool, though the argument list could be slightly more compact.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 8 parameters (1 required), no output schema, and no annotations, the description covers the basics but lacks deeper contextual completeness. It explains parameters and the alias, but does not describe what a 'space' is, the effects of parameters like is_locked or is_public, or how to interpret the return dictionary. This leaves some gaps for an agent to fully understand the tool's behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 0%, so the description must compensate. It provides a brief explanation for each parameter (e.g., 'title of the space (required)', 'team_id to create space in (optional)'), and clarifies the relationship between is_locked and is_moderated. This adds significant meaning beyond the schema names, though it could elaborate on the effects of parameters like is_public or classification_id.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Create a new Webex space' and notes it is an alias for create_webex_room, making the action and resource unambiguous. It also distinguishes the tool from its sibling by explaining the synonymy of 'room' and 'space'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states this is an alias for create_webex_room, providing clear guidance on when to use this tool versus its direct sibling. However, it does not offer guidance on when to use this tool over other creation tools like create_webex_webhook or create_webex_team, limiting context for alternative choices.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/WebexCommunity/webex-bot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server