Automate Emailoctopus workflows through Rube MCP with schema-first tool discovery.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "emailoctopus-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/emailoctopus-automation/SKILL.md 2. Save it as ~/.claude/skills/emailoctopus-automation/SKILL.md 3. Reload skills and tell me it's ready
Developers or marketers can search for the current tools and schemas before automating tasks, avoiding outdated tool names or arguments. This fits AI workflows that need reliable execution.
When using it for the first time or after a connection issue, users can check the emailoctopus connection through Rube MCP and complete authorization from the returned link. They should confirm ACTIVE status before running further actions.
When a team wants an AI agent to perform Emailoctopus operations, it can search tools first and then execute against the returned schema. This reduces failures caused by changing field types or arguments.
The README explains how to automate Emailoctopus operations through Composio’s Emailoctopus toolkit via Rube MCP. It covers prerequisites, setup and authorization, the recommended workflow of searching tools first, checking connection status, and then executing tools, plus important cautions such as strict schema compliance, session reuse, always including the memory parameter, and handling pagination.
Automate Emailoctopus operations through Composio's Emailoctopus toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/emailoctopus
RUBE_MANAGE_CONNECTIONS with toolkit emailoctopusRUBE_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 emailoctopusAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Emailoctopus 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 Emailoctopus task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["emailoctopus"]
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 Emailoctopus-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit emailoctopus |
| 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 Emailoctopus toolkit for automating Emailoctopus operations. The docs specifically emphasize searching for tools first and executing against the latest schema.
You need Rube MCP connected and `RUBE_SEARCH_TOOLS` available. You also need an active `emailoctopus` toolkit connection created 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 execution.
Automate Supportivekoala workflows through Rube MCP for scalable personalized tasks.
Create, manage, and analyze SurveyMonkey surveys through natural language automation.
Automate Svix operations and integration workflows through Rube MCP.
Automate Tally tasks through Rube MCP for faster finance and data workflows.
Automate TaxJar workflows via Rube MCP after checking the latest tool schemas.
Automate Superchat tasks and workflows through Rube MCP integrations.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Mailsoftly email tasks and workflows through Rube MCP.
Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
Discover and automate Reply tasks through Rube MCP with schema-first execution.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate EspoCRM tasks and streamline customer workflows through Rube MCP.