Skip to main content
Glama
easyonthesauce

elevenlabs-agents-mcp-server

Wait for Call Completion and Report Outcome

elevenlabs_wait_for_call_completion
Read-only

Block until a call completes (done/failed) and return the outcome report. Use after placing an outbound call to get results in one step.

Instructions

Block until a call reaches a terminal status ('done' or 'failed') or the timeout elapses, then return the outcome report (same shape as elevenlabs_get_call_report).

This is the recommended follow-up after elevenlabs_make_outbound_call: place the call, then call this to get the result in one step.

Args:

  • conversation_id (string)

  • timeout_secs (number): default 300

  • poll_interval_secs (number): default 5

Returns JSON: { timed_out, waited_secs, ...outcome report } If timed_out is true, the call is still in progress — call this tool again to keep waiting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeout_secsNoMax seconds to wait (10-900, default 300)
conversation_idYesConversation ID returned by elevenlabs_make_outbound_call
poll_interval_secsNoSeconds between polls (2-60, default 5)
Behavior5/5

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

Discloses blocking behavior, terminal statuses, timeout handling, and that the tool can be called again if timed_out. Annotations (readOnlyHint=true, etc.) align with description; no contradictions.

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?

Extremely concise: main paragraph followed by Args and Returns sections. Front-loaded with key behavior, no waste.

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?

No output schema, so description correctly explains return JSON shape and timeout behavior. Could mention idempotency, but annotations handle that. Minor gap: no mention of error cases.

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 has 100% description coverage, so baseline is 3. Description adds default values and context (e.g., 'seconds between polls') but does not significantly extend schema info.

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 tool blocks until a call reaches terminal status or timeout, then returns outcome report. It distinguishes itself from siblings like elevenlabs_get_call_report by emphasizing it waits for completion.

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?

Explicitly recommends use as follow-up to elevenlabs_make_outbound_call, providing workflow clarity. Does not mention when not to use, but context is clear.

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/easyonthesauce/elevenlabs-agents-mcp'

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