Skip to main content
Glama
parikshitBoxtalk

Boxtalk Data MCP Server

query_data

Execute SELECT queries on SQL Server databases with automatic pagination to retrieve data while enforcing safety limits and rejecting non-SELECT 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.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behavioral traits: the tool enforces pagination, restricts to SELECT queries only, and rejects DDL/DML operations. However, it doesn't mention other potential behaviors like error handling, timeout limits, or authentication requirements, leaving some gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise and front-loaded with essential information in just two sentences. Every word earns its place: the first sentence states purpose and key constraint, the second clarifies allowed/rejected operations. No wasted words or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, the description does well on purpose and usage but has gaps. It doesn't describe the return format (e.g., result set structure), error responses, or other behavioral aspects like rate limits. For a query execution tool with 3 parameters, this is adequate but incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents all three parameters (query, page, pageSize). The description adds some context by mentioning 'enforced pagination' and the SELECT-only restriction, but doesn't provide additional parameter semantics beyond what's in the schema. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Execute a SELECT query') and resource ('SQL Server database') with explicit constraints ('with enforced pagination', 'Only SELECT queries are allowed'). It distinguishes from potential siblings by emphasizing the query execution nature versus table-specific operations like get_table_count, get_table_data, and get_table_structure.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidelines: use for SELECT queries only, with enforced pagination, and explicitly states when not to use it (DDL and DML operations like CREATE, ALTER, DROP, INSERT, UPDATE, DELETE are rejected). This gives clear alternatives (avoid this tool for non-SELECT operations) and context for when it's appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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