Discover and run Updown IO automation workflows through Rube MCP.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "updown-io-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/updown-io-automation/SKILL.md 2. Save it as ~/.claude/skills/updown-io-automation/SKILL.md 3. Reload skills and tell me it's ready
Developers or DevOps engineers can use it to discover currently available Updown IO tools, argument schemas, and recommended execution plans before automating anything, helping avoid outdated schemas.
Before running any Updown IO operation, users can verify whether the updown_io connection is active and, if not, complete setup using the returned authorization link.
When users already have a specific Updown IO task, they can first search for the right tool and then execute it with the exact returned fields and types to reduce execution errors.
The README explains how to automate the Updown IO toolkit through Rube MCP. It covers prerequisites, connection setup, and the standard workflow of searching for tools first, checking the connection, and then executing the discovered tool. It also highlights important cautions such as using the latest schema, reusing session IDs, handling pagination, and always including the memory parameter in execution calls.
Automate Updown IO operations through Composio's Updown IO toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/updown_io
RUBE_MANAGE_CONNECTIONS with toolkit updown_ioRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit updown_ioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Updown IO operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Updown IO task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["updown_io"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Updown IO-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit updown_io |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
It uses Rube MCP to access Composio's Updown IO toolkit for discovering available tools, checking connection status, and executing Updown IO-related operations.
You need Rube MCP connected and RUBE_SEARCH_TOOLS available. You also need to configure and activate an updown_io connection through RUBE_MANAGE_CONNECTIONS.
Because tool schemas can change, the docs explicitly say not to hardcode tool slugs or arguments. You should call RUBE_SEARCH_TOOLS first to get the current schema before executing anything.
Automate All Images AI image generation and processing through Rube MCP.
Automate and orchestrate Ninox database tasks after checking current tool schemas.
Automate Boxhero inventory and spreadsheet tasks through Rube MCP workflows.
Automate Dialpad calling and collaboration tasks through Rube MCP workflows.
Automate Finage market data tasks and workflows through Rube MCP.
Automate NetSuite customer, order, invoice, inventory, and record workflows with SuiteQL.
Automate Linkup tasks via Rube MCP after checking current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Uptimerobot monitoring tasks and status checks through Rube MCP.
Automate PDF API IO workflows via Rube MCP using current tool schemas first.
Automate Botpress tasks and workflow actions through Rube MCP.