Skip to main content
Glama

set_mssql_connection

Configure a workbook datasource to connect with Microsoft SQL Server by specifying server host, database name, username, and table details.

Instructions

Configure the workbook datasource to use a Microsoft SQL Server connection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_hostYes
dbnameYes
usernameYes
table_nameYes
portNo1433

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries full burden but only states 'configure' without explaining behavioral traits. It doesn't disclose if this is a destructive operation, what permissions are needed, whether it overwrites existing connections, or any rate limits. The description is too vague for a mutation tool.

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 a single, efficient sentence with zero waste. It's front-loaded with the core purpose and appropriately sized for what it conveys, though it lacks detail.

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

Completeness2/5

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

For a mutation tool with 5 parameters, 0% schema coverage, no annotations, and an output schema (unseen), the description is inadequate. It doesn't explain what configuration entails, the impact on the workbook, error conditions, or return values. The presence of an output schema helps, but the description leaves too many gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate but adds no parameter information. It doesn't explain what server_host, dbname, username, table_name, or port mean in context, their formats, or relationships. The description fails to provide semantic context beyond the schema's basic titles.

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

Purpose4/5

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

The description clearly states the action ('Configure') and the resource ('workbook datasource'), specifying it's for a Microsoft SQL Server connection. It distinguishes from siblings like set_hyper_connection or set_mysql_connection by naming the specific database type, but doesn't explain what 'configure' entails beyond connection setup.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like set_mysql_connection or set_hyper_connection is provided. The description implies it's for setting up an MSSQL connection, but doesn't mention prerequisites, timing, or what happens after configuration.

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/subhatta123/twilize'

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