Skip to main content
Glama

LINE Bot MCP Server

by tndfame

query_mssql

Execute read-only MSSQL queries to retrieve database information through your LINE bot. Run SELECT statements with parameter support and get structured results with column data and row counts.

Instructions

Run a read-only MSSQL query (SELECT/WITH). Returns columns, rowCount, and sliced rows for preview.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum rows to return (client-side slice).
maxCharsNoMax characters in serialized preview.
paramsNoKey-value parameters for @name placeholders in SQL.
sqlYesRead-only SQL beginning with SELECT or WITH. Parameters as @name.

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "description": "Maximum rows to return (client-side slice).", "maximum": 500, "minimum": 1, "type": "integer" }, "maxChars": { "default": 12000, "description": "Max characters in serialized preview.", "maximum": 200000, "minimum": 1000, "type": "integer" }, "params": { "additionalProperties": {}, "description": "Key-value parameters for @name placeholders in SQL.", "type": "object" }, "sql": { "description": "Read-only SQL beginning with SELECT or WITH. Parameters as @name.", "minLength": 1, "type": "string" } }, "required": [ "sql" ], "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/tndfame/mcp_management'

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