pingdom-automation
Automate Pingdom tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:21
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-pingdom-automation&locale=en&source=copy
Pingdom Automation - Rube MCP Automated Monitoring Tool
Skills Overview
Automatically execute Pingdom website monitoring tasks using Composio’s Pingdom toolset and Rube MCP, supporting tool discovery, connection management, and batch operations.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to automatically discover available Pingdom tools, retrieve the latest tool Schema and execution plan, and avoid hard-coding outdated API definitions.RUBE_MANAGE_CONNECTIONS to establish and verify the Pingdom connection status, ensuring the connection is in ACTIVE state before executing tools, with support for real-time connection status checks.RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH to execute one or multiple Pingdom actions, supporting session reuse, memory parameter management, and pagination handling.Frequently Asked Questions
How do I get started with Pingdom Automation?
First, add the Rube MCP server (
https://rube.app/mcp) to your client configuration—no API key is required. Then call RUBE_SEARCH_TOOLS to confirm the connection is available, and use RUBE_MANAGE_CONNECTIONS to establish the Pingdom connection. Once the connection status is ACTIVE, you can run your workflow.Why search for tools before executing?
The tool Schema changes as Composio updates its platform. Hard-coding tool definitions can cause call failures.
RUBE_SEARCH_TOOLS returns the latest tool Slugs, input Schema, and recommended execution plans, ensuring your calls remain compatible with the current version.How should session IDs be managed and reused?
When calling
RUBE_SEARCH_TOOLS for the first time, set session: {generate_id: true} to generate a session ID. Subsequent connection checks and tool executions reuse this same ID. Using the same session within a workflow keeps context consistent; a new workflow should generate a new session to avoid state contamination.What are common Pingdom automation errors?
Typical errors include: calling with a Schema mismatch due to not running tool discovery first, executing tools before the connection is ACTIVE, forgetting to set the
memory parameter, and mixing session IDs causing state confusion. Following the workflow pattern helps avoid these issues.