Skip to main content
Glama
CassiaResearch

Aircall MCP Server

aircall_update_webhook

Destructive

Update Aircall webhook settings by changing its URL, event list, or active status. Provide the webhook ID and new values to redirect notifications or adjust event subscriptions.

Instructions

Update a webhook's URL, events, or active status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoNew URL
activeNoEnable or disable the webhook
eventsNoNew list of events
webhook_idYesThe webhook ID
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the mutation risk is known. The description adds minor context by listing the specific fields that can be changed, but does not explain partial-update behavior or consequences beyond the schema.

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 a single short sentence, front-loaded with the verb and resource. No superfluous words.

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 straightforward update operation with a documented schema and safety annotations, the description is sufficient. However, it could note whether omitted fields are preserved or whether events replaces the entire list, though the required-field schema already implies partial updates.

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?

All four parameters have schema descriptions (100% coverage), including the enum values for events. The tool description merely restates the field names (URL, events, active status) without adding syntax, constraints, or behaviors not already in the schema, so the baseline of 3 applies.

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 uses the specific verb 'Update' and identifies the resource (a webhook) plus the specific mutable fields (URL, events, active status), making it clear and distinct from sibling tools that create/delete/get webhooks.

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

Usage Guidelines3/5

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

The description provides no explicit guidance on when to use this tool versus creating, deleting, or listing webhooks. The use case is implied by the verb 'update', but there are no exclusions or alternative recommendations, so it's minimally adequate.

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/CassiaResearch/aircall-mcp-server'

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