parma-automation
Automate Parma tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:22
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-parma-automation&locale=en&source=copy
Parma Automation - Automate Parma Operations via Rube MCP
Skills Overview
The Parma Automation skill streamlines Parma toolset integration and workflow management by using Composio’s Rube MCP. It enables tool discovery, connection management, and bulk execution of operations without requiring an API key.
Use Cases
Core Features
FAQ
How does Rube MCP connect?
Add
https://rube.app/mcp as an MCP server—no API key is required. After a successful connection, the RUBE_SEARCH_TOOLS tool will be available.Why must RUBE_SEARCH_TOOLS be called first?
Parma tool modes change dynamically. Hard-coding tool names and parameters can easily break. RUBE_SEARCH_TOOLS returns the latest tool modes, recommended execution plans, and known pitfalls to ensure accurate calls.
How do I verify whether the Parma connection is available?
Call RUBE_MANAGE_CONNECTIONS and specify the toolkit as
parma. Check the returned connection status. If the status is not ACTIVE, follow the authentication link returned to complete the activation flow.How is the session ID managed?
Reuse the same
session_id within a single workflow to maintain context. For a new workflow, generate a new session ID. RUBE_SEARCH_TOOLS supports automatically generating a session identifier with generate_id: true.How is bulk operation implemented?
Use RUBE_REMOTE_WORKBENCH to call the
run_composio_tool() function, or pass multiple tool configurations via RUBE_MULTI_EXECUTE_TOOL. Be sure to include a memory field in the call parameters—even if it is an empty object {}.