Skip to main content
Glama

Metabase MCP Server

by MikelA92

get_card

Retrieve a Metabase card by ID to view its SQL query and analyze how the question is constructed for data analysis purposes.

Instructions

šŸ” [SAFE] Get a Metabase card/question by ID, including its SQL query. Use this when you need to see the SQL behind a specific question or analyze how a card is built. Risk: None - read-only operation.

Input Schema

NameRequiredDescriptionDefault
cardIdYesThe ID of the card/question to retrieve

Input Schema (JSON Schema)

{ "properties": { "cardId": { "description": "The ID of the card/question to retrieve", "minimum": 1, "type": "integer" } }, "required": [ "cardId" ], "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