Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96

list_schedules

Filter and retrieve on-call schedules by name using a search query. Returns detailed metadata and a list of matching schedules for efficient schedule management.

Instructions

List the on-call schedules.

Args: query (str): Filter schedules whose names contain the search query (optional)

Returns: Dict[str, Any]: Dictionary containing metadata (count, description) and a list of schedules matching the specified criteria

Input Schema

NameRequiredDescriptionDefault
queryNo

Input Schema (JSON Schema)

{ "properties": { "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query" } }, "title": "list_schedulesArguments", "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