Skip to main content
Glama
CassiaResearch

Aircall MCP Server

aircall_delete_recording

Destructive

Permanently delete a call recording by providing its call ID. This action cannot be undone, so use it when a recording must be removed.

Instructions

Permanently delete the recording of a call. This cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
call_idYesThe call ID
Behavior4/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds meaningful context: 'permanently' and 'cannot be undone', reinforcing the irreversible nature beyond what the annotation flags provide. No contradiction exists.

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 two short sentences with no wasted words. The core action and the crucial warning are front-loaded, making it easy for an agent to parse quickly.

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 simple single-parameter destructive tool with strong annotations, the description covers the essential purpose and irreversibility. It does not mention error states or post-deletion behavior, but the low complexity and schema coverage make this sufficient.

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?

The schema covers 100% of the parameter descriptions, with call_id already described as 'The call ID'. The description does not add extra meaning about the parameter, such as format or source, so it meets the baseline but provides no additional value.

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 specific action: 'Permanently delete the recording of a call.' This distinguishes it from related tools like aircall_delete_voicemail or aircall_pause_recording. The verb 'delete' and resource 'recording' are explicit.

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?

Usage is implied by the nature of the operation: use when a recording should be permanently removed. The warning 'This cannot be undone' advises caution, but there is no explicit guidance on when to prefer this over alternatives or when not to use it.

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