Skip to main content
Glama

retell_create_phone_call

Initiate an outbound phone call via a Retell AI agent by specifying a purchased caller ID and destination number. Attach metadata, dynamic variables, or override the agent for the call.

Instructions

Initiate an outbound phone call via a Retell AI agent. Requires a purchased from_number and a destination to_number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metadataNoCustom key-value metadata to attach to the call.
to_numberYesThe destination phone number (e.g. "+12137774445").
from_numberYesYour Retell purchased phone number (e.g. "+14157774444").
override_agent_idNoOverride the default agent bound to the from_number for this call.
retell_llm_dynamic_variablesNoDynamic variables to inject into the LLM prompt for this specific call.
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits on its own. It only states that a call is initiated and requires a purchased from_number; it does not describe whether the call is asynchronous, what the return value is, billing/side effects, or error behavior. This is insufficient for a side-effectful action.

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?

Two sentences, immediately states the core action, no filler. The second sentence covers prerequisites. Very efficient.

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

Completeness2/5

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

Despite a well-covered schema, the tool has no output schema and no annotations, and it performs a side-effectful action (placing a call). The description is too brief to convey what happens after initiation, whether it returns a call object, or how it differs from related tools. It leaves significant operational context unexplained.

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?

All five parameters are documented in the schema with descriptions (100% coverage), so the description does not need to repeat parameter detail. The description adds minimal reinforcement that from_number must be purchased, which is already stated in the schema. Baseline 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 uses a specific verb ('Initiate') and resource ('outbound phone call via a Retell AI agent'), clearly conveying the action and distinguishing it from sibling tools like web calls and batch calls. It also identifies key prerequisites (purchased from_number, destination to_number).

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 context implies usage when the agent needs to make an outbound call with a purchased number, but it does not explicitly state when to use this instead of alternatives like create_web_call, create_batch_call, or register_phone_call, nor does it mention exclusions.

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/sunnysingh100/retell-mcp-server'

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