Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

show_schedule

Retrieve detailed schedule information by ID, including time range data, using PagerDuty MCP Server to manage and monitor on-call schedules effectively.

Instructions

Show detailed information about a given schedule.

Args: schedule_id (str): The ID of the schedule to get since (str): The start of the time range over which you want to search. Defaults to 2 weeks before until if an until is given. (optional) until (str): The end of the time range over which you want to search. Defaults to 2 weeks after since if a since is given. (optional)

Returns: Dict[str, Any]: Schedule object with detailed information

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" ], "title": "show_scheduleArguments", "type": "object" }

You must be authenticated.

Other Tools from PagerDuty MCP Server

Related Tools

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