Skip to main content
Glama

update_webhook

Idempotent

Update a webhook subscription by changing its delivery URL, subscribed event types, or pausing/resuming deliveries. Modify any combination of these settings in a single request.

Instructions

Update a webhook subscription — change its delivery URL, the set of subscribed event types, or pause/resume it via active. At least one field must be supplied. Requires an org-level API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoNew HTTPS delivery endpoint
activeNoSet false to pause deliveries, true to resume
eventsNoReplacement set of event types to subscribe to
webhook_idYesWebhook subscription to update
Behavior4/5

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

The description adds value beyond annotations by specifying the required authentication scope ('org-level API key') and the constraint that at least one field must be supplied. Annotations already indicate a write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). No contradictions.

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?

Two concise sentences with no redundant information. The purpose and key constraints are front-loaded in the first sentence, and the second adds important usage notes. Every word earns its place.

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?

For a mutation tool with no output schema, the description covers the action, parameters, and auth requirement. It does not mention the return value (likely the updated webhook object), but that is somewhat inferred from the sibling get_webhook. Overall, fairly complete for the complexity.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description adds meaning by summarizing what the parameters control (delivery URL, event types, active status) but does not detail each parameter beyond the schema's own descriptions. Adequate but not exceptional.

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 the action ('Update'), the resource ('a webhook subscription'), and the specific fields that can be modified ('delivery URL', 'event types', 'pause/resume via active'). This distinguishes it from siblings like create_webhook, delete_webhook, and get_webhook.

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 provides key usage constraints: 'At least one field must be supplied' and 'Requires an org-level API key.' It does not explicitly compare to alternatives, but the sibling list makes the context clear. Slight room for improvement by stating when to use over create/delete.

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/Chronary/chronary-mcp'

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