retellai-automation
Automate Retellai tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:40
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-retellai-automation&locale=en&source=copy
Retellai Automation — Automate Retellai Operations via Rube MCP
Skill Overview
Retellai Automation is a workflow skill that automatically performs Retellai tasks through Rube MCP (Composio). It supports tool discovery, connection management, and bulk operations, enabling quick integration without requiring an API key.
Use Cases
- Use
RUBE_MULTI_EXECUTE_TOOL to batch-process Retellai voice operations. Reusing the session ID improves efficiency.- Use
RUBE_SEARCH_TOOLS to fetch the current schema of Retellai tools in real time, avoiding hard-coded outdated tool definitions.- Enable Rube MCP by adding
https://rube.app/mcp. Manage connection status with RUBE_MANAGE_CONNECTIONS.Core Features
- Call
RUBE_SEARCH_TOOLS to automatically retrieve the latest Retellai tool schema, input fields, and execution plans.- Use
RUBE_MANAGE_CONNECTIONS to check and activate the Retellai connection, with support for authentication-link onboarding.- Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Retellai operations at the same time, supporting parameter recall and session reuse.FAQs
What configuration does Rube MCP require?
Just add
https://rube.app/mcp as the server endpoint in your MCP client configuration—no API key or additional authentication is needed.How do I connect to Retellai?
Call
RUBE_MANAGE_CONNECTIONS and set the toolkit to retellai. If the connection is not activated, it will return an authentication link. After you complete it, the status will show as ACTIVE.How can I troubleshoot tool execution failures?
RUBE_MANAGE_CONNECTIONS is ACTIVE.RUBE_SEARCH_TOOLS matches the current tool parameters.memory parameter is included in the execution request.