Skip to main content
Glama

MCP Server for Coroot

get_dashboard

Retrieve detailed dashboard configurations, including all panels, for a specific project and dashboard within the Coroot observability platform.

Instructions

Get a specific dashboard configuration.

Retrieves the full configuration of a dashboard including all panels.

Args: project_id: Project ID dashboard_id: Dashboard ID

Input Schema

NameRequiredDescriptionDefault
dashboard_idYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "dashboard_id": { "title": "Dashboard Id", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "dashboard_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