telnyx-automation

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

Install

Hot:23

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-telnyx-automation&locale=en&source=copy

Telnyx Automation - Automating Telnyx Tasks via Rube MCP

Skill Overview


Telnyx Automation is a skill that automates Telnyx communication tasks through Composio’s Rube MCP service. It provides tool discovery, connection management, and task execution capabilities, helping developers quickly integrate the Telnyx API.

Applicable Scenarios


  • Communications API Integration: Integrate Telnyx SMS, voice, and phone number management features into applications while simplifying development through standardized MCP interfaces

  • Batch Task Automation: Automatically perform Telnyx batch operations, such as sending bulk SMS messages, managing multiple phone numbers, or automating account monitoring tasks

  • Tool Discovery and Management: Dynamically discover available Telnyx tools and API schemas while centrally managing multiple Telnyx connections and authentication states
  • Core Features


  • Intelligent Tool Discovery: Use RUBE_SEARCH_TOOLS to query available tools, input schemas, and recommended execution plans for the Telnyx toolkit in real time, avoiding hard-coded and outdated API structures

  • Unified Connection Management: Use RUBE_MANAGE_CONNECTIONS to centrally manage Telnyx connection statuses, supporting connection creation, active-status checks, and authentication flows

  • Flexible Task Execution: Use RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to execute individual or batch Telnyx operations, with support for memory management and session reuse
  • Frequently Asked Questions

    What is Rube MCP, and how do I get started?


    Rube MCP is an MCP (Model Context Protocol) service provided by Composio that requires no API key. Simply add https://rube.app/mcp as an MCP server in the client configuration, confirm that RUBE_SEARCH_TOOLS responds, and you can get started.

    How can I ensure that the Telnyx tool schema is correct?


    Tool schemas may change at any time, so you must call RUBE_SEARCH_TOOLS before executing each workflow to obtain the current schema, using the exact field names and types returned. For tools that include a schemaRef, you can additionally call RUBE_GET_TOOL_SCHEMAS to obtain the complete schema.

    How should I troubleshoot a failed Telnyx connection?


    First, use RUBE_MANAGE_CONNECTIONS to check whether the connection whose toolkit is telnyx has an ACTIVE status. If not, complete the setup using the authentication link provided in the response. Also confirm that the correct session_id is being reused and that the memory parameter is included in RUBE_MULTI_EXECUTE_TOOL, even if it is an empty object {}.