Skip to main content
Glama

PagerDuty MCP Server

by wpfleger96
test_schedules_integration.py382 B
import pytest from conftest import skip_if_no_pagerduty_key from pagerduty_mcp_server import schedules @pytest.mark.integration @pytest.mark.schedules @skip_if_no_pagerduty_key def test_list_schedules(): """Test that schedules are fetched correctly.""" schedules_list = schedules.list_schedules() assert schedules_list is not None assert len(schedules_list) > 0

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