Skip to main content
Glama
angelus-h

PagerDuty MCP Server

by angelus-h

list_incidents

Retrieve PagerDuty incidents with optional filters for status, urgency, and result limit to monitor and manage alerts.

Instructions

List PagerDuty incidents with optional filters.

Args: status: Filter by status (triggered, acknowledged, resolved) urgency: Filter by urgency (high, low) limit: Maximum number of incidents to return (default: 25, max: 100)

Returns: Dict with keys: - incidents: List of incident summaries - total: Total count - statuses_available: Valid status values - urgencies_available: Valid urgency values

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNo
urgencyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description should carry the full behavioral burden. It discloses the return structure, valid filter values, and limit behavior, which is helpful. However, it omits potential error conditions, authentication requirements, and pagination semantics, making it adequate but not thorough.

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 compact and well-organized with clear Args and Returns sections. The opening sentence front-loads the purpose, and every subsequent line contributes useful parameter or return-shape information without redundancy or filler.

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?

For a simple read-only list tool with three optional parameters, the description covers purpose, parameters, and return structure comprehensively, and an output schema exists to formalize returns. The primary gap is the lack of explicit usage guidance relative to sibling tools, so it is nearly complete but not fully self-contained.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates by explaining each parameter's purpose, valid values (status: triggered/acknowledged/resolved; urgency: high/low), and limit's default/max. This adds substantial meaning beyond the bare schema definitions.

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 opening sentence 'List PagerDuty incidents with optional filters' uses a specific verb and resource, clearly conveying the tool's scope. It also distinguishes itself from siblings like get_incident (single incident) and get_my_incidents (personal incidents) through the generic 'List PagerDuty incidents' framing.

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 implies a general listing use case with optional filters, but it does not explicitly state when to prefer this tool over get_my_incidents or get_incident, nor does it mention any exclusions. The usage context is clear but not fully differentiated from sibling 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/angelus-h/angelush-pagerduty-mcp-server'

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