Skip to main content
Glama

update_webex_message

Edit an existing Webex message by providing its ID and updated content in plain text or markdown format.

Instructions

Edit an existing Webex message.

Only the bot or user that sent the original message may edit it. At least one of text or markdown must be provided.

Args: message_id: ID of the message to edit (required) text: New plain text content markdown: New markdown content

Returns: Standardized response dictionary with success/error information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
markdownNo
message_idYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the sender restriction and the requirement for at least one content field, but does not discuss idempotency, rate limits, or potential error states. The mention of a standardized response dictionary is useful but lacks detail.

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

Conciseness5/5

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

The description is concise and well-structured: a short summary, a constraint sentence, a requirement line, a bulleted Args list, and a Returns note. Every sentence adds value without redundancy.

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?

The description covers the core functionality and basic constraints, but given no output schema, it could be more complete by describing the response dictionary fields (e.g., success flag, error details). Also, it does not mention whether edits are limited to a certain time window or if the message ID must belong to a specific room.

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%, so the tool description must compensate. The Args section clearly defines each parameter: message_id as required ID, text as plain text, markdown as markdown content. This adds meaning beyond the schema's bare property names and types.

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 'Edit an existing Webex message,' providing a specific verb ('Edit') and resource ('existing Webex message'), which distinguishes it from sibling tools like send_webex_message or delete_webex_message.

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 specifies that only the bot or user who sent the original message may edit it, and that at least one of text or markdown must be provided. This provides clear context for when to use the tool, though it does not explicitly exclude other scenarios or name alternative tools.

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