Skip to main content
Glama
PagerDuty

pagerduty-mcp

Official
by PagerDuty

list_status_page_statuses

Read-onlyIdempotent

Retrieve statuses for a status page by providing its ID, with optional filters for post type and result limit.

Instructions

List Statuses 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 StatusPageStatus objects for the given Status Page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
query_modelNo
status_page_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
responseYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true, so the description need not cover safety. It adds that the tool returns a list of StatusPageStatus objects and mentions optional filtering via query_model. However, it does not disclose pagination behavior or error handling, which are moderate omissions.

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

Conciseness4/5

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

The description is concise with clear sections (Args, Returns) and front-loads the main purpose. It avoids unnecessary words but could be slightly more efficient by integrating parameter details inline.

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?

Given the tool's simplicity (list with optional filter), annotations provide safety, and an output schema likely describes return objects. The description covers the essential inputs and output shape. It lacks pagination details, but for a straightforward list tool, it is sufficiently complete.

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

Parameters3/5

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

Schema description coverage is 0% at the top level, but the nested $defs provide descriptions for limit and post_type. The tool description adds minimal value: 'The ID of the Status Page' for status_page_id and 'Optional filtering parameters' for query_model. It does not explain the sub-fields like limit or post_type, which would be helpful.

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', the resource 'Statuses for a Status Page', and the key parameter 'Status Page ID'. It distinguishes from sibling tools like list_status_page_impacts by specifying the resource is statuses.

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?

The description lacks explicit guidance on when to use this tool versus alternatives. It does not mention when not to use it or suggest other tools. However, the purpose is clear enough for an agent to infer usage context.

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