Parameters
Before you call
- Connect and initialize the MCP client with OAuth or an API key for the intended workspace.
- Provide the required parameters:
title,agent_id,agent_version_number,file_name,file_base64,confirm. - Set
confirm: trueonly after the user approves the exact target and action.
Example MCP request
Sendtools/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.
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 markedisError. Call Get Agent 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.Related MCP tools
- Get Agent:
get_agent - List Agent Versions:
list_agent_versions - Clean Batch Call Names:
clean_batch_call_names - Preview Batch Call Leads:
preview_batch_call_leads - Update Batch Call Status:
update_batch_call_status - List Batch Calls:
list_batch_calls - List Calls In Batch:
list_calls_in_batch