Skip to main content
Glama

Warp SQL Server MCP

by egarcia74

export_table_csv

Export SQL Server table data to CSV format with optional filters, row limits, and database/schema specifications for data analysis and sharing.

Instructions

Export table data in CSV format

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (optional)", "type": "string" }, "limit": { "description": "Maximum number of rows to export (optional)", "type": "number" }, "schema": { "description": "Schema name (optional, defaults to dbo)", "type": "string" }, "table_name": { "description": "Name of the table to export", "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