Skip to main content
Glama

create_webex_room

Create a new Webex room with customizable settings including title, team, classification, lock, moderation, visibility, and posting permissions.

Instructions

Create a new Webex room.

Args: title: Title of the room (required) team_id: Team ID to create room in (optional) classification_id: Classification for the room (optional) is_locked: Whether the room is locked (optional; same property as is_moderated) is_moderated: Whether the room is moderated (optional; same property as is_locked) is_public: Whether the room is public (optional) is_announcement_only: Whether only moderators can post (optional) description: Description of the room (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
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states it creates a room but does not mention permissions (e.g., user must have rights), idempotency (if duplicate title), rate limits, or side effects (e.g., events triggered). This is insufficient for a creation tool.

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 Args and Returns sections. Each parameter gets a line, making it readable. However, it is somewhat verbose (e.g., repeating '(optional)' for each). Could be slightly more concise without losing clarity.

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 no output schema and no annotations, the description provides adequate parameter info and a brief return description. However, it lacks context on when to use, typical usage patterns, or error scenarios. It is minimally complete but not comprehensive.

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?

Schema description coverage is 0%, but the description explains each parameter's meaning and role. It clarifies that is_locked and is_moderated are synonymous, which is not evident from the schema. However, it does not provide format constraints (e.g., title length).

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 starts with 'Create a new Webex room.' which is a specific verb+resource. It clearly distinguishes from sibling tools like create_webex_space by using 'room' and not 'space'. The title also reinforces the purpose.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives (e.g., update_webex_room, create_webex_space). It also lacks information on prerequisites or scenarios where this tool is appropriate.

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