MCP Tool Directory
Search tools exposed by MCP servers across all products. Find the right capability for your AI agent.
204 tools indexed
uptime_get_incident_timeline_tool
RemoteGet the timeline of events for an incident
uptime_list_incidents_tool
RemoteList incidents with filtering and pagination options
uptime_resolve_incident_tool
RemoteResolve an ongoing incident
uptime_get_escalation_policy_tool
RemoteGet detailed information about a specific escalation policy
uptime_get_severity_tool
RemoteGet detailed information about a specific severity (urgency level)
uptime_list_escalation_policies_tool
RemoteList all escalation policies with their steps and configuration
uptime_list_severities_tool
RemoteList all severities (urgency levels) with their notification settings
uptime_get_monitor_availability_tool
RemoteGet availability (SLA) summary for a specific monitor
uptime_get_monitor_tool
RemoteGet details of a specific monitor
uptime_get_monitor_response_times_tool
RemoteGet response time metrics for a specific monitor
uptime_list_monitors_tool
RemoteList monitors with optional filtering and pagination
uptime_get_heartbeat_availability_tool
RemoteGet availability summary for a specific heartbeat
uptime_get_heartbeat_tool
RemoteGet details of a specific heartbeat
uptime_list_heartbeats_tool
RemoteList all heartbeats with filtering and pagination options
uptime_get_on_call_tool
RemoteGet detailed information about a specific on-call calendar or the default calendar
uptime_get_on_call_event_tool
RemoteGet detailed information about a specific on-call event
uptime_get_on_call_rotation_tool
RemoteGet on-call rotation configuration for a specific calendar
uptime_list_on_call_events_tool
RemoteList all on-call schedule events for a specific calendar
uptime_list_on_calls_tool
RemoteList all on-call calendars for the team
uptime_create_status_page_report_tool
RemoteCreate a new status page report
uptime_create_status_page_report_update_tool
RemoteCreate a new status update for an existing status page report
uptime_get_status_page_tool
RemoteGet details of a specific status page
uptime_get_status_page_resources_tool
RemoteGet resources (monitors/heartbeats) for a specific status page
uptime_get_status_page_report_update_tool
RemoteGet details of a specific status page report update
uptime_list_status_page_reports_tool
RemoteList status reports (incidents/maintenance) for a specific status page
uptime_list_status_pages_tool
RemoteList all status pages with filtering and pagination options
uptime_list_status_page_report_updates_tool
RemoteList status updates for a specific status report
telemetry_add_chart_to_dashboard_tool
RemoteAdd a new chart to a dashboard. Use the `section` parameter to organize charts into named sections — sections are auto-created if they don't exist, and charts are auto-positioned within them. **IMPORTANT: Follow this workflow:** 1) Call get_chart_building_instructions first for chart type, unit, and settings reference. 2) If you haven't already verified the query by previewing with `telemetry_chart` (which runs the query and reports errors automatically), test it with `telemetry_query` first. The SQL query should use variables like {{source}}, {{start_time}}, {{end_time}}, and {{time}} for proper integration with dashboard filters
telemetry_add_dashboard_section_tool
RemoteAdd a section divider to a dashboard. Sections span the full width and help organize charts into groups. Charts and sections at or below the insertion point are shifted down to make room
telemetry_build_explore_query_tool
RemoteGenerates a ClickHouse SQL query from natural language for exploring logs and spans data in Better Stack. The query is specifically formatted for use in the Better Stack Explore page UI. **Note**: The generated query uses Better Stack's query syntax and will not work directly in raw ClickHouse.