Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

list_users_oncall

Retrieve on-call users for a specific schedule by querying with the schedule ID and time range. Streamlines incident management by identifying responsible personnel during specified periods.

Instructions

List the users on call for a schedule during the specified time range.

Args: schedule_id (str): The ID of the schedule to query since (str): Start of query range in ISO8601 format until (str): End of query range in ISO8601 format

Input Schema

NameRequiredDescriptionDefault
schedule_idYes
sinceNo
untilNo

Input Schema (JSON Schema)

{ "properties": { "schedule_id": { "title": "Schedule Id", "type": "string" }, "since": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Since" }, "until": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Until" } }, "required": [ "schedule_id" ], "type": "object" }

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/wpfleger96/pagerduty-mcp-server'

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