Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

get_schedules

Retrieve PagerDuty schedules by ID or filter results by name, limit, and time range. Manage on-call schedules and details efficiently using structured queries and filters.

Instructions

Get PagerDuty schedules by filters or get details for a specific schedule ID.

Args: schedule_id (str): The schedule ID to retrieve details for (optional, cannot be used with query or limit). query (str): Filter schedules whose names contain the search query (optional). Not used if schedule_id is provided. limit (int): Limit the number of results returned (optional). Not used if schedule_id is provided. since (str): Start time for overrides/final schedule details (ISO8601, optional). Only used if schedule_id is provided. Defaults to 2 weeks before 'until' if 'until' is given. until (str): End time for overrides/final schedule details (ISO8601, optional). Only used if schedule_id is provided. Defaults to 2 weeks after 'since' if 'since' is given.

Input Schema

NameRequiredDescriptionDefault
limitNo
queryNo
schedule_idNo
sinceNo
untilNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" }, "schedule_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Schedule Id" }, "since": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Since" }, "until": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Until" } }, "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