adyntel-automation
Automate Adyntel tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:8
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-adyntel-automation&locale=en&source=copy
Adyntel Automation via Rube MCP
Skills Overview
Automate Adyntel tasks via Composio’s Rube MCP without needing an API key—just add the MCP endpoint to get started.
Use Cases
Automate workflows that perform Adyntel operations, including batch data processing, scheduled jobs, and complex business process orchestration.
You’re building applications using the Model Context Protocol (MCP) and need to integrate Adyntel functionality.
In environments where tool schemas change frequently, you need to dynamically fetch the latest tool definitions and parameter structures before execution.
Core Capabilities
Dynamically search and discover available Adyntel tools via
RUBE_SEARCH_TOOLS, retrieving the latest tool slugs, input schemas, and execution plans. This avoids hardcoding outdated tool definitions.Use
RUBE_MANAGE_CONNECTIONS to manage the Adyntel connection lifecycle: check whether the connection is ACTIVE (or not), and complete authorization using the provided authentication link.Execute multiple Adyntel tools within a single session via
RUBE_MULTI_EXECUTE_TOOL, supporting session reuse and memory parameter passing—ideal for complex multi-step workflows.Frequently Asked Questions
What is Adyntel Automation?
Adyntel Automation is a skill that automates Adyntel operations through Composio’s Rube MCP service. It provides a complete workflow pattern, including tool discovery, connection management, and tool execution. No API key configuration is required—just add the Rube MCP endpoint
https://rube.app/mcp in your client.How do I get started with Adyntel Automation?
First, ensure Rube MCP is connected and can respond to
RUBE_SEARCH_TOOLS. Then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as adyntel. If the connection is not activated, complete the setup using the authentication link returned. Once the connection status shows ACTIVE, you can run specific tools via RUBE_MULTI_EXECUTE_TOOL.Why do I always need to search tools first?
Adyntel tool schemas (tool slugs, parameter structures, field types) are updated over time. Hardcoding these definitions can cause calls to fail.
RUBE_SEARCH_TOOLS returns the current latest tool definitions, recommended execution plans, and known pitfalls—ensuring your calls stay consistent with the real API.