Skip to main content
Glama
PagerDuty

pagerduty-mcp

Official
by PagerDuty

list_status_page_post_updates

Read-onlyIdempotent

Retrieve all updates for a specific status page post using its ID and the status page ID, with optional filtering by review status and limit.

Instructions

List Post Updates for a Status Page by Status Page ID and Post ID.

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

Returns:
    List of StatusPagePostUpdate objects for the given Post

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYes
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, and destructiveHint=false, fully covering the safety profile. The description adds minimal behavioral context beyond stating it returns a list, which is already implied.

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

Conciseness5/5

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

The description is extremely concise: one sentence for purpose, followed by a clear Args/Returns block. Every sentence adds value with no redundancy.

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

Completeness3/5

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

Given the presence of an output schema and thorough annotations, the description covers the essentials. However, it omits details about the query_model parameter, which is crucial for filtering. This leaves a gap in completeness.

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

Parameters2/5

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

Schema description coverage is 0%. The description mentions the two required IDs with brief context ('The ID of the Status Page' etc.), but fails to describe the 'query_model' parameter beyond calling it 'Optional filtering parameters'. This is insufficient for an agent to construct correct inputs.

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 verb 'List' and the resource 'Post Updates' for a Status Page, explicitly specifying the required identifiers (status_page_id and post_id). This distinctively separates it from sibling tools like 'get_status_page_post' and other list tools.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives. The description implies usage via required parameters but does not mention contraindications or comparisons with sibling tools. It is adequate but not helpful for discriminating between similar list tools.

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