Skip to main content
Glama

Metabase MCP Server

by MikelA92

get_table_metadata

Retrieve detailed table structure information including columns, data types, and foreign key relationships to understand database schema before querying.

Instructions

šŸ” [SAFE] Get detailed metadata for a specific table including all columns, data types, and foreign key relationships. Use this to understand table structure before writing queries. Risk: None - read-only operation.

Input Schema

NameRequiredDescriptionDefault
tableIdYesThe ID of the table

Input Schema (JSON Schema)

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