Redash MCP Server

get-dashboard

Get details of a specific dashboard

Input Schema

NameRequiredDescriptionDefault
dashboardIdYesID of the dashboard to get

Input Schema (JSON Schema)

{ "properties": { "dashboardId": { "description": "ID of the dashboard to get", "type": "number" } }, "required": [ "dashboardId" ], "type": "object" }