Skip to main content
Glama
parikshitBoxtalk

Boxtalk Data MCP Server

get_table_data

Retrieve paginated records from SQL Server tables to access specific data pages while managing result volume efficiently.

Instructions

Get paginated data from a SQL Server table. Returns a specified page of records with pagination enforced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYesThe name of the table to query (can include schema, e.g., 'dbo.Users')
pageNoPage number (1-based). Defaults to 1.
pageSizeNoNumber of records per page. Must be between 1 and 1000. Defaults to 100.
orderByNoColumn name to order by. Defaults to first column if not specified.

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

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