Skip to main content
Glama
growth-box
by growth-box

Get Aircall call

aircall_get_call
Read-onlyIdempotent

Retrieve complete metadata for a specific Aircall call using its unique ID, with optional details like contact, AI voice agent, media URLs, and IVR timeline.

Instructions

Get full metadata for one Aircall call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
call_idYesUnique Aircall call ID
fetch_contactNoInclude matched contact details
fetch_aiva_convNoInclude AI Voice Agent data
include_media_urlsNoInclude recording, voicemail, and asset URLs
fetch_call_timelineNoInclude IVR timeline data
Behavior3/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the bar is lower. The description adds 'full metadata' but doesn't elaborate on what that includes, rate limits, or response shape. It doesn't 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, front-loaded sentence that wastes no words. It effectively communicates the core action and object.

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?

Given the rich annotations and 100% schema coverage, the simple description is sufficient for a straightforward GET operation. It could mention return details, but the optional boolean parameters in the schema already hint at available metadata facets, and this is not a complex mutation tool.

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 coverage is 100% with detailed parameter descriptions, so the baseline is 3. The description adds no additional parameter semantics beyond the schema, which is acceptable given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves full metadata for a single call with a specific verb and resource. It distinguishes from list/search siblings by focusing on one call, though it doesn't explicitly name alternatives.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus list_calls/search_calls. The description implies you need a call_id, but it provides no context or exclusions, leaving the agent to infer usage from the name and schema.

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/growth-box/aircall-mcp'

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