Skip to main content
Billable - retry unsafe Places a real outbound phone call using one of the organization’s agents. This is NOT a read-only action: it dials an actual phone number immediately and deducts from the organization’s billing wallet on success. Only call this after the user has explicitly confirmed the phone number and intent — never as a guess or a way to “check” something. Requires the org to have verified KYC and sufficient wallet balance; fails with a clear error otherwise. Returns the new call’s ID (e.g. call_abc123), which can be passed to get_call to check on its status afterward.

Parameters

Before you call

  • Connect and initialize the MCP client with OAuth or an API key for the intended workspace.
  • Provide the required parameters: phone_number, agent_id, metadata.
  • Confirm the exact target and intended effect with the user before calling.

Example MCP request

Send tools/call after your client completes MCP initialization. Replace placeholder values with IDs and inputs from your workspace. For object and array parameters, follow the nested requirements in the parameter description instead of treating an empty value as complete.
The server returns one text content block. Parse content[0].text as JSON when the tool succeeds. See MCP responses and errors for the full envelope and failure behavior.

Verify the result

Store the returned resource ID and confirm the response is not marked isError. Call Get Call to read the affected resource. Verify the call, batch, or purchase state before retrying.

Retry safety

This tool can spend wallet balance or start real calls. After a timeout, inspect the relevant resource before retrying so you do not duplicate the action.