Skip to main content
Glama

Metabase MCP Server

by MikelA92

get_database_metadata

Retrieve complete database schema information including all tables, columns, and field types to understand your database structure and relationships.

Instructions

šŸ” [SAFE] Get complete metadata for a database including ALL tables, columns, and field types. This is comprehensive and may return large amounts of data. Use this when you need to understand the full database schema. Risk: None - read-only, but returns large payloads.

Input Schema

NameRequiredDescriptionDefault
databaseIdYesThe ID of the database

Input Schema (JSON Schema)

{ "properties": { "databaseId": { "description": "The ID of the database", "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