Skip to main content
Glama
BoxTalk

Boxtalk Data MCP Server

by BoxTalk

get_table_data

Retrieve paginated data from SQL Server tables by specifying table name, page number, and page size for efficient data access and management.

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

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