Skip to main content
Glama
BoxTalk

Boxtalk Data MCP Server

by BoxTalk

query_data

Execute SELECT queries on SQL Server databases with automatic pagination to retrieve table data efficiently while maintaining security by restricting DDL/DML operations.

Instructions

Execute a SELECT query on the SQL Server database with enforced pagination. Only SELECT queries are allowed - DDL and DML operations (CREATE, ALTER, DROP, INSERT, UPDATE, DELETE, etc.) are rejected.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe SELECT query to execute. Must be a SELECT statement. Do not include OFFSET/FETCH clauses as pagination is automatically applied.
pageNoPage number (1-based). Defaults to 1.
pageSizeNoNumber of records per page. Must be between 1 and 1000. Defaults to 100.

Latest Blog Posts

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/BoxTalk/boxtalk-data-mcp'

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