Skip to main content
Glama
MIT License
5
  • Apple

mcp_preview_data

Preview data from a SQL Server table with optional filters, allowing users to quickly inspect specific rows and columns for analysis or validation purposes.

Instructions

Get a preview of data from a SQL Server table with optional filters

Input Schema

NameRequiredDescriptionDefault
filtersNoOptional filters as column-value pairs, e.g. {"Status": "Active"}
limitNoMaximum number of rows to return
table_nameYesFully qualified table name (schema.table), e.g. "dbo.Users"

Input Schema (JSON Schema)

{ "properties": { "filters": { "description": "Optional filters as column-value pairs, e.g. {\"Status\": \"Active\"}", "type": "object" }, "limit": { "default": 100, "description": "Maximum number of rows to return", "maximum": 1000, "minimum": 1, "type": "number" }, "table_name": { "description": "Fully qualified table name (schema.table), e.g. \"dbo.Users\"", "type": "string" } }, "required": [ "table_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