Skip to main content
Glama

update_webex_room

Update an existing Webex room's settings like title, description, lock, moderation, public visibility, and announcement-only mode.

Instructions

Update an existing Webex room.

Args: room_id: Room ID to update (required) title: New title for the room (optional) classification_id: New classification for the room (optional) is_locked: Whether the room should be locked (optional; same property as is_moderated) is_moderated: Whether the room should be moderated (optional; same property as is_locked) is_public: Whether the room should be public (optional) is_announcement_only: Whether only moderators can post (optional) description: New description for the room (optional)

Returns: Standardized response dictionary with success/error information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
room_idYes
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?

No annotations provided. Description discloses parameter aliasing (is_locked/is_moderated) and optionality. However, does not cover permissions, side effects, or whether updates are atomic. Adequate but not thorough.

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?

Description is front-loaded with purpose, then parameter list. Slightly verbose due to docstring format, but efficient and easy to scan. No wasted sentences.

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

Completeness4/5

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

Given no output schema, description states return type. All parameters explained. Lacks mention that room must exist before update. Nearly complete for a mutation tool.

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 coverage is 0%, so description compensates well. Each parameter explained with notes (e.g., 'same property as is_locked'). Adds meaning beyond schema, but could include constraints like format or limits.

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?

Description clearly states 'Update an existing Webex room.' Specific verb+resource. Distinct from siblings like create, delete, get, list for rooms. No ambiguity.

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?

Implied usage: modify room properties. No explicit when-not or alternatives, but sibling tools for creating, deleting, getting rooms provide context. Lacks explicit guidance on when to avoid this tool.

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