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
[
{
"id": "EP123456",
"name": "Test Escalation Policy",
"escalation_rules": [
{
"id": "ER789012",
"escalation_delay_in_minutes": 60,
"targets": [
{
"id": "SCH345678",
"type": "schedule_reference",
"summary": "Primary On-Call"
}
]
}
],
"services": [
{
"id": "SRV567890"
}
],
"teams": [
{
"id": "TM112233",
"summary": "Engineering Team"
}
],
"description": "Test escalation policy."
}
]