# Pingdom

Pingdom is a web performance monitoring service that allows users to monitor the uptime and performance of websites, servers, and applications.

- **Category:** server monitoring
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 13
- **Triggers:** 0
- **Slug:** `PINGDOM`
- **Version:** 20260424_00

## Tools

### Get Pingdom Alert Actions

**Slug:** `PINGDOM_GET_ACTIONS_ALERTS`

Retrieves configured alert actions (notifications) from your Pingdom account. Alert actions define how and where notifications are sent when checks trigger alerts (e.g., email, SMS, webhooks, integrations like Slack/PagerDuty). Use this to list all actions or filter by specific checks, users, delivery channels, or time ranges. Supports pagination for large result sets.

### Get Checks List

**Slug:** `PINGDOM_GET_CHECKS_LIST`

Retrieves a list of all uptime/monitoring checks configured in Pingdom with optional filtering and pagination. Use this to: view all monitoring checks, filter by status/type/tags, search by name, or paginate through large check lists. Returns check details including ID, name, hostname, status, type, resolution, and optional tags.

### Get Contact Details

**Slug:** `PINGDOM_GET_CONTACT_DETAILS`

Retrieves comprehensive details of a specific Pingdom alerting contact by ID, including all configured notification methods (email, SMS), team memberships, contact type, and pause status. Use this when you need complete information about a contact's notification configuration.

### Get Contacts

**Slug:** `PINGDOM_GET_CONTACTS`

Tool to retrieve all alerting contacts. Use when you need to list every contact along with their notification targets after establishing a Pingdom session.

### Get Credits

**Slug:** `PINGDOM_GET_CREDITS`

Retrieves comprehensive account information including check limits, SMS credits, and resource usage. Use this to monitor available checks (uptime and transaction), SMS credits, RUM sites, and alerting user capacity. Returns current usage counts and available slots for all resource types.

### List Maintenance Occurrences

**Slug:** `PINGDOM_GET_LIST_MAINTENANCE_OCCURRENCES`

Tool to list maintenance occurrences. Use when you need occurrences filtered by time range or a specific maintenance window ID.

### Get Maintenance Windows

**Slug:** `PINGDOM_GET_MAINTENANCE_WINDOWS`

Tool to retrieve a list of maintenance windows. Use when you need to list user's maintenance windows with optional pagination and time range filters.

### Get Probes

**Slug:** `PINGDOM_GET_PROBES`

Retrieves the complete list of Pingdom probe servers worldwide. This action returns all available probe servers that can be used for monitoring checks. Probes are distributed globally across regions (NA, EU, APAC, LATAM) and provide information about their location, IP addresses (IPv4 and IPv6), and availability status. Use this when you need to: - List all available monitoring locations - Select probes for creating uptime or transaction checks - Identify probe servers by region or country - Get IP addresses of probe servers for allowlisting

### Get Reference Data

**Slug:** `PINGDOM_GET_REFERENCE_DATA`

Retrieves Pingdom reference data including regions, timezones, datetime formats, number formats, and countries. This data is used for configuring Pingdom account settings, checks, and understanding available formatting options. Use this when you need to know valid timezone IDs, region configurations, or country codes for Pingdom operations.

### Get Single Check

**Slug:** `PINGDOM_GET_SINGLE_CHECK`

Perform a single on-demand Pingdom check against a target host. This executes an immediate test from a specified probe (or random probe if not specified) and returns the result. Use this when you need a quick connectivity or performance test of a website, server, or service. Example uses: "Test if google.com is reachable", "Check response time for example.com from a specific region", "Verify HTTP status of api.mysite.com".

### Get Team Details

**Slug:** `PINGDOM_GET_TEAM_DETAILS`

Tool to fetch detailed information for a specific alerting team. Use after listing teams to get full members and integrations details.

### Get Teams

**Slug:** `PINGDOM_GET_TEAMS`

Tool to retrieve all alerting teams and their members. Use after authenticating to Pingdom to manage team configurations.

### Get TMS Transaction Checks List

**Slug:** `PINGDOM_GET_TMS_TRANSACTION_CHECKS_LIST`

Retrieves a paginated list of all transaction (TMS) checks configured in Pingdom. Transaction checks (also called TMS checks) are synthetic monitoring tests that simulate user interactions with web applications by executing scripted sequences of actions. Use this action to: - Get an overview of all configured transaction checks - Retrieve check IDs, names, types, and current status - Paginate through large lists of transaction checks Returns an empty list if no transaction checks are configured.
