Skip to main content
Glama

Grafana MCP Server

by levalhq

list_oncall_schedules

Retrieve Grafana OnCall schedules to manage team rotations and on-call assignments. Filter by team ID or specific schedule to focus on relevant duty rosters.

Instructions

List Grafana OnCall schedules, optionally filtering by team ID

Input Schema

NameRequiredDescriptionDefault
pageNoThe page number to return (1-based)
scheduleIdNoThe ID of a specific schedule to retrieve
teamIdNoThe ID of the team to list schedules for

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "The page number to return (1-based)", "type": "number" }, "scheduleId": { "description": "The ID of a specific schedule to retrieve", "type": "string" }, "teamId": { "description": "The ID of the team to list schedules for", "type": "string" } }, "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/levalhq/mcp-grafana'

If you have feedback or need assistance with the MCP directory API, please join our Discord server