Skip to main content
Glama

Metabase MCP Server

by MikelA92

get_database

Retrieve database information including engine type and connection details by ID to understand which database a Metabase card connects to.

Instructions

šŸ—„ļø [SAFE] Get database information by ID including engine type and connection details. Use this to understand which database a card connects to. Risk: None - read-only operation.

Input Schema

NameRequiredDescriptionDefault
databaseIdYesThe ID of the database to retrieve

Input Schema (JSON Schema)

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