The add_responders tool allows you to request additional help on an incident by adding responders. You can add individual users or escalation policies. This sends notifications to the requested responders with an optional message.
This tool requires:
Write mode enabled (--enable-write-tools flag)
User-level API token (not account-level)
The authenticated user will be listed as the requester.
A message to include with the responder request explaining why they’re needed.Example:"Need database expertise to investigate query performance issues."
Specialized expertise needed - Issue requires domain knowledge you don’t have
Escalating severity - Impact is larger than initially assessed
Time-sensitive issues - Need more hands to resolve faster
Knowledge gap - Need someone familiar with the affected system
Spreading workload - Original responder is overloaded
Writing effective responder messages:
Be specific about why they’re needed
Summarize the current situation
Indicate urgency level
Mention what’s been tried already
Example message:
"Database queries timing out. Tried restarting app servers without effect. Need DBA help to investigate query performance and connection pool.Affecting 30% of production traffic."
Function:add_responders in pagerduty_mcp/tools/incidents.py:176Models:IncidentResponderRequest, IncidentResponderRequestResponse in pagerduty_mcp/models/incidents.py