Skip to main content
Glama

Metabase MCP Server

by MikelA92

get_collection_items

Retrieve all cards, dashboards, and models from a specific Metabase collection to view organized content within folders using collection ID.

Instructions

šŸ“ [SAFE] Get all items (cards, dashboards, models) in a specific collection. Use this to see what content is organized in a folder. Risk: None - read-only operation.

Input Schema

NameRequiredDescriptionDefault
collectionIdYesThe ID of the collection (use "root" for root collection)
modelsNoFilter by item type (optional)

Input Schema (JSON Schema)

{ "properties": { "collectionId": { "description": "The ID of the collection (use \"root\" for root collection)", "type": "string" }, "models": { "description": "Filter by item type (optional)", "items": { "enum": [ "card", "dashboard", "dataset" ], "type": "string" }, "type": "array" } }, "required": [ "collectionId" ], "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