re-amaze-automation
Automate Re Amaze tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:24
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-re-amaze-automation&locale=en&source=copy
Re Amaze Automation Skill - Automate Re Amaze Tasks via Rube MCP
Skill Overview
This is a skill that automates Re Amaze customer service tasks using Rube MCP (the Re Amaze toolkit provided by Composio). It helps users automate customer support operations, ticket management, and multi-channel message synchronization.
Suitable Scenarios
Core Capabilities
RUBE_SEARCH_TOOLS to fetch the latest Re Amaze tool architecture in real time, ensuring the correct tool parameters and invocation methods are always used.RUBE_MANAGE_CONNECTIONS to check and manage the Re Amaze connection state, ensuring the automation workflow runs reliably.RUBE_MULTI_EXECUTE_TOOL to execute multiple Re Amaze actions in bulk, or RUBE_REMOTE_WORKBENCH to run more complex automation workflows.Frequently Asked Questions
How do I connect Re Amaze via Rube MCP?
First, add
https://rube.app/mcp as an MCP server to your client configuration (no API key needed). Then call RUBE_MANAGE_CONNECTIONS and set the toolkit to re_amaze. If the connection status is not ACTIVE, complete the setup using the authentication link returned. Once the status is ACTIVE, you can start using it.What operations are supported by Re Amaze automation tools?
The toolkit is continuously updated, so it’s recommended to call
RUBE_SEARCH_TOOLS first to get the currently available tool list. Typical supported operations include ticket management, updating customer information, sending messages, and configuring auto-replies. The exact tools and parameter schemas are returned from the search results.Why do I need to search for tools before each use?
Composio’s tool architecture updates regularly. Hard-coding tool slugs or parameters may cause calls to fail.
RUBE_SEARCH_TOOLS returns the latest available tools, input schemas, recommended execution plans, and known issues, helping ensure automation workflow stability and compatibility.