Skip to main content
Glama
CassiaResearch

Aircall MCP Server

aircall_delete_config

Destructive

Delete the messaging configuration for an Aircall number. Specify the number ID to clear its SMS and messaging settings.

Instructions

Delete the messaging configuration for an Aircall number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
number_idYesThe Aircall number ID
Behavior3/5

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

Annotations already provide destructiveHint=true, and the description aligns with that by saying 'Delete'. It adds the scope 'messaging configuration for an Aircall number' but no extra behavioral context like irreversibility or side effects. It does not contradict annotations.

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 sentence that says exactly what is needed with no filler. It is front-loaded with the action and resource, making it easy to parse.

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?

This is a simple delete tool with one parameter, no output schema, and helpful annotations. The description adequately covers the tool's function and target. It does not explain the response or post-conditions, but for a simple delete with annotations, this is 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 input schema has 100% coverage with a clear description for number_id ('The Aircall number ID'). The tool description's phrase 'for an Aircall number' mirrors the schema but adds no additional meaning or format details. Baseline 3 is appropriate given full schema coverage.

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 a specific action ('Delete') targeting a specific resource ('messaging configuration') scoped to an Aircall number. It distinguishes from sibling tools like aircall_delete_campaign or aircall_create_config, making the tool's purpose unambiguous.

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 implies usage (when you need to delete a messaging config) but lacks explicit guidance on when to prefer this over alternatives or any exclusions. No alternative tools are mentioned, and no when-not-to-use conditions are stated.

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