Skip to main content
Glama
MIT License
5
  • Apple

mcp_get_sample_values

Extract distinct sample values from a specified column in a SQL Server table. Provides quick insights into column data for analysis and debugging purposes.

Instructions

Get sample values from a specific column in a table

Input Schema

NameRequiredDescriptionDefault
column_nameYesName of the column to get sample values from
limitNoMaximum number of distinct values to return
table_nameYesFully qualified table name (schema.table), e.g. "dbo.Users"

Input Schema (JSON Schema)

{ "properties": { "column_name": { "description": "Name of the column to get sample values from", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of distinct values to return", "type": "number" }, "table_name": { "description": "Fully qualified table name (schema.table), e.g. \"dbo.Users\"", "type": "string" } }, "required": [ "table_name", "column_name" ], "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/hendrickcastro/MCPQL'

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