metaads-automation

Automate Metaads tasks via Composio's MCP with tool discovery and execution.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SoloFrameHub/PaaS --skill metaads-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metaads-automation
Source: https://github.com/SoloFrameHub/PaaS/tree/main/apps/gtm/.agents/skills/metaads-automation
Command: npx skills add https://github.com/SoloFrameHub/PaaS --skill metaads-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Metaads operations through Composio's MCP (Rube MCP) to streamline tool discovery, connections, and execution.

Core Features & Use Cases

  • Tool discovery and schema retrieval via RUBE_SEARCH_TOOLS to identify Metaads actions.
  • Connection management with RUBE_MANAGE_CONNECTIONS to ensure an ACTIVE toolkit status.
  • Deterministic tool execution via RUBE_MULTI_EXECUTE_TOOL using discovered slugs and required inputs.
  • End-to-end automation workflows with memory and session reuse across tasks.

Quick Start

Connect to RUBE MCP, discover available Metaads tools, and run a prepared workflow.

Frequently Asked Questions about metaads-automation

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

FAQPage Schema
How do I automate Metaads workflows via Composio MCP?

You automate Metaads workflows via Composio MCP by discovering available tools, validating that your toolkit connection is ACTIVE, and executing schema-compliant inputs across sessions. This ensures deterministic tool execution for your Metaads operations.

What is RUBE_SEARCH_TOOLS used for in Metaads automation?

RUBE_SEARCH_TOOLS is used for tool discovery and schema retrieval to identify valid Metaads actions. It allows you to query the RUBE MCP for available operations and retrieve the required inputs for deterministic execution.

How do I manage Composio connections for Metaads tasks?

You manage Metaads connections using RUBE_MANAGE_CONNECTIONS to ensure an ACTIVE toolkit status. This validates that your sessions are properly authenticated before executing schema-compliant Metaads workflows.

Can I reuse session memory when running multiple Metaads tools?

Yes, you can reuse session memory when running multiple Metaads tools. The automation supports end-to-end workflows with explicit memory and session handling across executed tasks via RUBE_MULTI_EXECUTE_TOOL.

Does RUBE_MULTI_EXECUTE_TOOL require specific inputs for Metaads operations?

RUBE_MULTI_EXECUTE_TOOL requires schema-compliant inputs for Metaads operations. You must use discovered slugs from RUBE_SEARCH_TOOLS and provide the exact required parameters to execute deterministic automation workflows.