PagerDuty MCP Server
by wpfleger96
Verified
show_schedule
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
Name | Required | Description | Default |
---|---|---|---|
schedule_id | Yes | ||
since | No | ||
until | No |