mezmo-automation

Automate Mezmo log management and operational tasks through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill mezmo-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mezmo-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/mezmo-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill mezmo-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Mezmo log operations by providing a standardized, automated interface for tool discovery and execution, reducing the need for manual dashboard navigation.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current Mezmo tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Mezmo toolkits.
  • Workflow Execution: Execute multi-step Mezmo operations, such as log analysis or configuration updates, using structured tool calls.

Quick Start

Use the mezmo-automation skill to discover available tools and execute a log analysis workflow for your current session.

Frequently Asked Questions about mezmo-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Mezmo tools?

Call the RUBE_SEARCH_TOOLS function with a Mezmo-specific use case query. This returns the latest tool slugs, input schemas, and recommended execution plans for your current session.

How to verify my Mezmo connection status?

Use the RUBE_MANAGE_CONNECTIONS function with the 'mezmo' toolkit parameter. The response will indicate if your connection is ACTIVE or if you need to follow an authentication link.

Can I hardcode tool slugs in my workflows?

Avoid hardcoding tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to ensure your workflow uses the most current and valid schema definitions.

What is the purpose of the memory parameter?

The memory parameter is required for RUBE_MULTI_EXECUTE_TOOL calls to maintain state across operations. Always include it in your tool execution calls, even if it is an empty object.

How do I handle large datasets in Mezmo?

Check API responses for pagination tokens. Continue fetching data using these tokens until the full dataset is retrieved to ensure complete log analysis.