Skip to main content
Glama

retell_update_agent

Update an existing Retell AI agent's configuration, adjusting voice, language, webhook, and response engine. Switch between Retell LLM, Custom LLM, or Conversation Flow to change agent behavior.

Instructions

Update an existing Retell AI agent's configuration, including switching to a different response engine type (Retell LLM, Custom LLM, or Conversation Flow).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
llm_idNoSwitch to a Retell LLM response engine by providing its ID.
agent_idYesThe unique ID of the agent to update.
languageNoNew language code.
voice_idNoNew voice ID.
agent_nameNoNew display name.
webhook_urlNoNew webhook URL.
responsivenessNoNew responsiveness (0.0–1.0).
llm_websocket_urlNoSwitch to a custom LLM response engine by providing its WebSocket URL.
enable_backchannelNoEnable/disable backchannel.
conversation_flow_idNoSwitch to a Conversation Flow response engine by providing its ID.
max_call_duration_msNoNew max call duration in ms.
interruption_sensitivityNoNew interruption sensitivity (0.0–1.0).
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. It mentions the ability to switch response engine types, but does not disclose whether the update is partial or full, potential side effects, authentication needs, or required relationships among parameters. For a mutation tool, this is a significant transparency gap.

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, focused sentence that front-loads the core purpose and the key differentiator. Every word earns its place, providing high clarity without redundancy.

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?

This is a complex tool with 12 parameters, no annotations, and no output schema. The description does not explain update behavior (e.g., partial vs full replacement), mutual exclusivity of engine parameters, or return values. It leaves many critical operational details unaddressed, making it incomplete for safe autonomous invocation.

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% parameter description coverage, so the schema already documents each parameter. The description adds minimal value by grouping engine-related parameters into a conceptual 'response engine type' switch, but does not explain inter-parameter constraints or provide deeper semantics beyond what the schema offers.

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 verb 'Update' and the resource 'existing Retell AI agent's configuration', and highlights a specific capability (switching response engine types) that distinguishes this tool from siblings like retell_create_agent or retell_delete_agent. It 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 Guidelines3/5

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

The description implies usage for existing agents via the word 'existing', but provides no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. It is clear enough to infer the tool is for updates, but lacks direct usage instructions.

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