Skip to main content
Glama
CassiaResearch

Aircall MCP Server

aircall_get_registration_status

Read-only

Check a phone number's registration status to ensure regulatory compliance in regions where number registration is required.

Instructions

Get the registration status for a phone number. Important for compliance in some regions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
number_idYesThe phone number ID
Behavior3/5

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

The description is consistent with the readOnlyHint=true annotation, stating a safe read operation. It adds the compliance note as extra context, but doesn't disclose return format, potential errors, or data source. Since annotations already cover safety, this is adequate but not deeply informative.

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 concise sentences, with the action front-loaded in the first sentence and practical context in the second. Every word earns its place, with no redundancy or filler.

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 read-only tool with a single parameter and no output schema, the description provides the core action and a situational motivation. It doesn't describe the return payload, but such detail isn't necessary for a basic status check.

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 fully documents number_id with the description 'The phone number ID', and the tool description adds no additional semantic detail about the parameter. With 100% schema coverage, the baseline score of 3 is appropriate.

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 ('Get') and the resource ('registration status for a phone number'), making it distinct from sibling tools like aircall_get_number which would return broader number details. The verb-resource pairing is specific and unambiguous.

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 a clear usage context by noting 'Important for compliance in some regions', which signals when this tool is relevant. It doesn't explicitly name alternatives or exclusions, but the compliance rationale adequately guides selection for a niche status-checking task.

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