Skip to main content
Glama
kanopi

@kanopi/callrail-mcp

by kanopi

List outbound caller IDs

list_outbound_caller_ids
Read-only

List verified phone numbers that can be used as outbound caller IDs for your CallRail account. Specify account, page, and per_page parameters to paginate results.

Instructions

List verified phone numbers usable as outbound caller IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1).
per_pageNoResults per page (default 100, max 250).
account_idNoCallRail account id. Defaults to CALLRAIL_ACCOUNT_ID if set.
Behavior3/5

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

Annotations provide readOnlyHint=true, and description does not contradict. Description adds no extra behavioral details (e.g., pagination behavior, data freshness) beyond what annotations and schema provide.

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?

Single concise sentence, front-loaded with the key action, no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, so description should clarify return values. It mentions 'verified phone numbers' but lacks detail on fields (e.g., phone number, name, verification status). Adequate for simple tool but could be more complete.

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?

Input schema covers all 3 parameters with descriptions (100% coverage). Description does not add parameter-specific meaning beyond schema. Baseline 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?

Description uses specific verb+resource: 'List verified phone numbers usable as outbound caller IDs.' Clearly distinguishes from sibling tools like list_calls, list_companies, etc.

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?

No explicit when-to-use or alternatives. Description is straightforward, but lacks guidance on when this tool is preferred over other list tools. Minimal usage context.

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/kanopi/callrail-mcp'

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