draftable-automation

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

Install

Hot:21

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-draftable-automation&locale=en&source=copy

Draftable Automation - Automating Document Comparison via Rube MCP

Skills Overview


Use Composio’s Draftable toolkit with Rube MCP to automate Draftable document comparison functionality without directly handling API keys. It supports tool discovery, connection management, and batch execution.

Use Cases

  • Batch Document Comparison Workflows

  • When you need to automate large numbers of document comparison tasks—such as version comparisons and change detection—use RUBE_MULTI_EXECUTE_TOOL to execute multiple comparison operations in a single run.

  • Integrating Document Comparison into AI Applications

  • Integrate document comparison capabilities into AI agents or applications by invoking Draftable functions via Rube MCP’s standard protocol, without managing API authentication.

  • Dynamic Tool Discovery and Execution

  • For scenarios where the workflow should adapt to currently available tools, use RUBE_SEARCH_TOOLS to always fetch the latest tool schema, avoiding outdated calls caused by hard-coding.

    Core Functions

  • Tool Discovery and Schema Retrieval

  • Use RUBE_SEARCH_TOOLS to query the available Draftable tools and input specifications in real time, ensuring the calls always match the current API schema and preventing failures due to API updates.

  • Connection Status Management

  • Use RUBE_MANAGE_CONNECTIONS to check and manage Draftable connection status. Execute tools only after the connection is ACTIVE, and provide clear authorization link guidance.

  • Batch Tool Execution

  • Use RUBE_MULTI_EXECUTE_TOOL to run multiple Draftable operations within a single call. Combined with session reuse, this improves efficiency for batch processing.

    Common Questions

    How do I add a Rube MCP server?


    Add https://rube.app/mcp as the MCP server in your client configuration. No API key is needed. After adding it, it’s ready to use. Confirming that RUBE_SEARCH_TOOLS returns a response indicates the connection is successful.

    Why call RUBE_SEARCH_TOOLS every time?


    Draftable’s tool schema may update at any time. Hard-coding tool slugs and parameter structures can easily break when the API changes. RUBE_SEARCH_TOOLS returns the latest list of available tools, input schemas, and execution recommendations, ensuring calls remain valid.

    What if the Draftable connection status isn’t ACTIVE?


    Call RUBE_MANAGE_CONNECTIONS to check the connection status. If the response shows a non-ACTIVE state, it will include an authorization link. Complete the Draftable account binding via that link, then check again until the status becomes ACTIVE for normal usage.