Skip to main content
Glama
PagerDuty

pagerduty-mcp

Official
by PagerDuty

get_related_incidents

Read-onlyIdempotent

Retrieve the 20 most recent related incidents impacting other responders and services for a specific incident ID.

Instructions

Get Related Incidents for a specific incident ID.

Returns the 20 most recent Related Incidents that are impacting other Responders
and Services. This feature is currently available as part of the Event Intelligence
package or Digital Operations plan only.

Args:
    incident_id: The ID of the incident to get related incidents for
    query_model: Query parameters including additional details

Returns:
    List of related incidents and their relationships

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
incident_idYes
query_modelYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
related_incidentsYesList of related incidents
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive. Description adds context about the result set (20 most recent, impacts others) and availability, which is useful beyond annotations.

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?

Description is concise and front-loaded with purpose. The Args section is included but could be more integrated. No superfluous sentences.

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?

Covers purpose, return type (list of related incidents and relationships), limit (20), and plan requirement. Missing details on error handling or pagination beyond the limit, but output schema likely covers return structure.

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%, so description must compensate. It provides only one-line explanations for each parameter without details on format or behavior. The query_model parameter is vague, missing specifics about the 'additional_details' field.

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?

Clearly states the verb (get), resource (related incidents for a specific incident ID), and scope (20 most recent, impacting other responders/services). Differentiates from sibling tools that perform other get/list operations.

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

Usage Guidelines4/5

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

Explicitly describes when to use (to get related incidents for a specific incident) and includes a constraint (available only in certain plans). No explicit alternatives mentioned, but the context is clear.

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