Skip to main content
Glama
PagerDuty

pagerduty-mcp

Official
by PagerDuty

list_status_page_impacts

Read-onlyIdempotent

List the impacts on a PagerDuty status page by its ID, with optional filters for post type (incident or maintenance) and result limit.

Instructions

List Impacts for a Status Page by Status Page ID.

Args:
    status_page_id: The ID of the Status Page
    query_model: Optional filtering parameters

Returns:
    List of StatusPageImpact objects for the given Status Page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
query_modelNo
status_page_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
responseYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds no further behavioral context beyond the basic operation, so it meets a baseline but does not exceed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably concise but includes a redundant Args/Returns format that echoes the schema. Each sentence is functional, but could be tightened without loss of clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema (StatusPageImpact objects), and the description mentions the return type. Given the low complexity and no additional context needed, it is adequate, though a brief explanation of what an impact is would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% for top-level parameters. The description adds definitions for status_page_id (ID of the Status Page) and query_model (optional filtering parameters), which compensates for the schema gap. However, query_model remains vague.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists impacts for a status page by ID. The verb 'list' and resource 'Impacts' are specific, and it distinguishes from sibling list tools like list_status_pages.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like list_status_page_post_updates. No when-not-to-use or alternative recommendations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PagerDuty/pagerduty-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server