Skip to main content
Glama
CW-Codewalnut

Metabase MCP Server

dashboard_tab.py331 B
from dataclasses import dataclass from typing import Optional @dataclass class DashboardTab: """ Represents a tab within a Metabase dashboard. Attributes: id (Optional[int]): The tab ID, optional for new tabs name (str): The name of the tab """ id: Optional[int] = None name: str = ""

Latest Blog Posts

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/CW-Codewalnut/metabase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server