Skip to main content
Glama

Metabase MCP Server

by MikelA92

list_database_tables

Retrieve all available tables in a specific database to identify queryable data sources before executing database queries.

Instructions

šŸ“‘ [SAFE] List all tables in a specific database. Use this to see what tables are available before querying. Risk: None - read-only operation.

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