tomba-automation

Automate Tomba tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:28

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-tomba-automation&locale=en&source=copy

Tomba Automation - Automating Email Finding and Verification via Rube MCP

Skill Overview


Tomba Automation is a Claude skill that integrates the Tomba toolkit through Rube MCP (Composio), enabling you to automate email finding, verification, and related operations within AI workflows without manually managing API keys.

Use Cases

  • Integrating Email Verification into AI Workflows: When a Claude-driven automation process requires batch verification of email addresses or finding domain contact information, this skill can directly call the Tomba API to achieve seamless integration.
  • Bulk Email Cleaning and Processing: When you have a large number of email addresses that need to be verified, associated domains identified, or contact information supplemented, this skill’s batch execution capabilities can efficiently complete the email data-cleaning process.
  • Quick Integration Without API Keys: If you want to use Tomba’s features quickly without dealing with complex API key management, Rube MCP’s connection management mechanism allows you to call the skill directly after completing one-time authorization.
  • Core Features

  • Intelligent Tool Discovery and Schema Matching: RUBE_SEARCH_TOOLS automatically retrieves the latest schemas and available operations for the current Tomba tools, preventing call failures caused by tool updates and ensuring that your automation workflows always use the correct parameter structure.
  • Connection Status Management and Verification: The integrated RUBE_MANAGE_CONNECTIONS tool can check the Tomba connection status in real time and confirm service availability before executing tasks, preventing interruptions caused by connection issues.
  • Flexible Tool Execution Engine: Supports single or batch execution of Tomba operations through RUBE_MULTI_EXECUTE_TOOL. Combined with RUBE_REMOTE_WORKBENCH, it can handle complex email verification workflows while automatically managing pagination and aggregating results.
  • Frequently Asked Questions

    Does the Tomba skill require an API key?


    No. When integrating Tomba through Rube MCP, simply add https://rube.app/mcp as an MCP server in the client configuration, then complete one-time authorization for your Tomba account through RUBE_MANAGE_CONNECTIONS. Rube MCP automatically handles authentication token management and renewal.

    How do I use Tomba Automation in Claude?


    First, make sure Rube MCP is correctly configured and can respond to RUBE_SEARCH_TOOLS. Then call RUBE_MANAGE_CONNECTIONS to set the Tomba toolkit connection status to ACTIVE. You can subsequently execute specific Tomba operations in your workflow through RUBE_MULTI_EXECUTE_TOOL, such as finding or verifying email addresses.

    Can the Tomba tool schemas change?


    Yes. The tool schemas on the Composio platform may be updated at any time. Therefore, the skill requires calling RUBE_SEARCH_TOOLS before every execution to retrieve the latest schemas. Never hardcode tool parameters. This is a critical step in ensuring stable workflow operation.