Skip to main content
Glama
BoxTalk

Boxtalk Data MCP Server

by BoxTalk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_CONFIG_PATHNoThe path to the SQL Server configuration JSON file containing database credentials and options.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_table_data

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

get_table_count

Get the total count of records in a SQL Server table.

get_table_structure

Get the structure/schema of a SQL Server table including column names, data types, and constraints.

query_data

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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