Skip to main content
Glama

update_webex_webhook

Update an existing Webex webhook's name and target URL, and optionally change its secret or status.

Instructions

Update an existing webhook.

The Webex API requires both name and target_url on every update, even when only one field is changing.

Args: webhook_id: The webhook ID to update (required) name: Updated display name for the webhook (required by Webex API) target_url: Updated HTTPS target URL (required by Webex API) secret: Updated signing secret (optional); pass an empty string to clear it status: Updated status — "active" to re-enable or "inactive" to disable (optional)

Returns: Standardized response dictionary with success/error information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
secretNo
statusNo
target_urlYes
webhook_idYes
Behavior5/5

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

No annotations provided, so description carries full burden. It discloses that both name and target_url are required by the Webex API even when only one field is changing, and explains that passing an empty string clears the optional secret. It also describes the return value.

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 sections for Args and Returns, and uses clear bullet points. However, it is slightly verbose for a tool description; could be more concise without losing clarity.

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

Completeness5/5

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

Given no output schema, the description adequately explains the return value. All parameters are documented, and the behavioral quirks are covered. Complete for the tool's complexity.

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

Parameters5/5

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

Schema description coverage is 0%, but the description thoroughly explains each parameter: webhook_id as required, name and target_url as required by API, secret as optional with clearing behavior, and status as optional with allowed values. This adds significant meaning beyond the bare schema.

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 'Update an existing webhook.' and distinguishes itself from siblings like create_webex_webhook, delete_webex_webhook, get_webex_webhook, and list_webex_webhooks.

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?

Provides clear context on when to use (updating a webhook) and mentions required fields by the API, but does not explicitly state when not to use or mention alternatives.

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