Skip to main content
Glama

Grafana MCP Server

by levalhq

list_oncall_users

Retrieve on-call users from Grafana OnCall, including all users, specific users by ID, or filtered by username with pagination support.

Instructions

List users from Grafana OnCall. Can retrieve all users, a specific user, or filter by username

Input Schema

NameRequiredDescriptionDefault
pageNoThe page number to return
userIdNoThe ID of a specific user to retrieve
usernameNoUsername to filter by

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "The page number to return", "type": "number" }, "userId": { "description": "The ID of a specific user to retrieve", "type": "string" }, "username": { "description": "Username to filter by", "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