Skip to main content
Glama
PagerDuty

pagerduty-mcp

Official
by PagerDuty

get_change_event

Read-onlyIdempotent

Retrieve details about a specific change event by providing its ID.

Instructions

Get details about a specific change event.

Args:
    change_event_id: The ID of the change event to retrieve

Returns:
    ChangeEvent details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
change_event_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoThe unique identifier of the change event
linksNoList of links with 'href' and 'text' properties for additional context (read-only)
imagesNoList of images with 'src', 'href', and 'alt' properties for visual context (read-only)
sourceNoThe unique location of the affected system (read-only)
summaryYesA brief text summary of the event (maximum 1024 characters)
servicesNoAn array of references to services associated with this change event (read-only)
timestampNoThe date and time when the change event occurred (read-only)
integrationNoReference to the integration that created this change event (read-only)
routing_keyNoThe 32-character integration key used for routing the event (read-only)
custom_detailsNoAdditional details about the change event that can be updated
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, which cover the key behavioral traits. The description adds little beyond stating the action, so no contradiction and adequate but not enhanced transparency.

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, using a standard docstring format with only two sentences. Every word earns its place; no fluff or repetition.

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 retrieval tool with an output schema, the description covers the essential inputs and high-level return. It does not detail errors or permissions, but given the annotations and single parameter, it is sufficiently complete.

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?

The description explicitly documents the parameter 'change_event_id' with its purpose ('The ID of the change event to retrieve'), adding meaningful context beyond the schema's type and title alone. The schema itself has 0% description coverage, so the description fills that gap.

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 'Get details about a specific change event.' This provides a specific verb and resource, and distinguishes from sibling tools like list_change_events which list multiple events.

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?

No guidance is provided on when to use this tool vs. alternatives. The description does not mention list_change_events or other get_* tools, and there is no when-to-use or when-not-to-use 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