Skip to main content
Glama

Metabase MCP Server

by MikelA92

get_field_values

Retrieve distinct values from a database field to understand what data exists in a specific column, useful for data exploration and analysis.

Instructions

šŸ” [SAFE] Get distinct values for a field (useful for understanding what values exist in a column). May return many values for high-cardinality fields. Risk: None - read-only, but may return large results.

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