retellai-automation

Automate Retellai tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

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

  • Automating Voice Call Tasks

  • - Use RUBE_MULTI_EXECUTE_TOOL to batch-process Retellai voice operations. Reusing the session ID improves efficiency.

  • Dynamic Tool Discovery and Integration

  • - Use RUBE_SEARCH_TOOLS to fetch the current schema of Retellai tools in real time, avoiding hard-coded outdated tool definitions.

  • Rapid MCP Environment Deployment

  • - Enable Rube MCP by adding https://rube.app/mcp. Manage connection status with RUBE_MANAGE_CONNECTIONS.

    Core Features

  • Intelligent Tool Discovery

  • - Call RUBE_SEARCH_TOOLS to automatically retrieve the latest Retellai tool schema, input fields, and execution plans.

  • Connection Status Management

  • - Use RUBE_MANAGE_CONNECTIONS to check and activate the Retellai connection, with support for authentication-link onboarding.

  • Bulk Tool Execution

  • - 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?


  • Check whether the connection status returned by RUBE_MANAGE_CONNECTIONS is ACTIVE.

  • Confirm that the schema returned by RUBE_SEARCH_TOOLS matches the current tool parameters.

  • Ensure that the memory parameter is included in the execution request.
    1. Retellai Automation - Automate Retellai Operations via Rube MCP - Open Skills