Skip to main content
Glama

Metabase MCP Server

by MikelA92

get_field

Retrieve detailed metadata about a specific database column including its data type, description, and field properties to understand column contents and structure.

Instructions

šŸ” [SAFE] Get detailed information about a specific field/column including its type, description, and metadata. Use this to understand what a column contains. Risk: None - read-only operation.

Input Schema

NameRequiredDescriptionDefault
fieldIdYesThe ID of the field

Input Schema (JSON Schema)

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