Skip to main content
Glama

MCP Server for Coroot

get_panel_data

Retrieve dashboard panel data within a custom dashboard, including metrics, time series, or aggregated values, using project, dashboard, and panel IDs.

Instructions

Get data for a specific dashboard panel.

Retrieves the data that powers a specific panel in a custom dashboard, including metrics, time series data, or aggregated values.

Args: project_id: The project ID dashboard_id: The dashboard ID panel_id: The panel ID within the dashboard from_time: Optional start time (ISO format or relative like '-1h') to_time: Optional end time (ISO format or 'now')

Input Schema

NameRequiredDescriptionDefault
dashboard_idYes
from_timeNo
panel_idYes
project_idYes
to_timeNo

Input Schema (JSON Schema)

{ "properties": { "dashboard_id": { "title": "Dashboard Id", "type": "string" }, "from_time": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "From Time" }, "panel_id": { "title": "Panel Id", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" }, "to_time": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "To Time" } }, "required": [ "project_id", "dashboard_id", "panel_id" ], "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/jamesbrink/mcp-coroot'

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