Skip to main content
Glama

Metabase MCP Server

by MikelA92

get_dashboard

Retrieve dashboard details including cards, layout, and parameters by ID to understand dashboard structure and view all questions in a dashboard.

Instructions

šŸ“Š [SAFE] Get a dashboard by ID including all its cards, layout, and parameters. Use this to understand dashboard structure or see all questions in a dashboard at once. Risk: None - read-only operation.

Input Schema

NameRequiredDescriptionDefault
dashboardIdYesThe ID of the dashboard to retrieve

Input Schema (JSON Schema)

{ "properties": { "dashboardId": { "description": "The ID of the dashboard to retrieve", "minimum": 1, "type": "integer" } }, "required": [ "dashboardId" ], "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/MikelA92/metabase-mcp-mab'

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