Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

get_table_data

Retrieve sample data from SQL Server tables with optional filtering conditions and row limits for data analysis and verification.

Instructions

Get sample data from a table with optional filtering and limiting

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (optional)
limitNoMaximum number of rows to return (optional, defaults to 100)
schemaNoSchema name (optional, defaults to dbo)
table_nameYesName of the table
whereNoWHERE clause conditions (optional)

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (optional)", "type": "string" }, "limit": { "description": "Maximum number of rows to return (optional, defaults to 100)", "type": "number" }, "schema": { "description": "Schema name (optional, defaults to dbo)", "type": "string" }, "table_name": { "description": "Name of the table", "type": "string" }, "where": { "description": "WHERE clause conditions (optional)", "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/egarcia74/warp-sql-server-mcp'

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