datagma-automation

Automate Datagma platform operations through Rube MCP toolkits and workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves the complexity of manually interacting with Datagma's API by providing a standardized, agent-driven interface for executing automation tasks.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Datagma tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Datagma integrations.
  • Workflow Execution: Execute multi-step Datagma operations using structured tool calls and session-based memory.

Quick Start

Use the datagma-automation skill to search for available tools and execute a data enrichment task for a specific lead.

Frequently Asked Questions about datagma-automation

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

FAQPage Schema
How do I find available Datagma tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve current tool slugs, input schemas, and execution guidelines for Datagma operations.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available endpoints change frequently. Searching first ensures you use the correct arguments and prevents execution errors caused by outdated tool definitions.

How do I verify my Datagma connection status?

Use the RUBE_MANAGE_CONNECTIONS function with the 'datagma' toolkit parameter to check if your connection is ACTIVE before attempting to run any automated workflows.

Can I reuse session IDs for different tasks?

Reuse session IDs within a single, continuous workflow to maintain context. Generate new session IDs for distinct, unrelated tasks to ensure clean execution states.

What should I do if a tool execution fails?

Check the RUBE_SEARCH_TOOLS output for known pitfalls, verify your connection status is ACTIVE, and ensure your arguments strictly match the required schema types.