telnyx-automation
Automate Telnyx tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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
Core Features
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 {}.