Skip to main content
Glama
techybolek

MCP MS SQL Server

by techybolek

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_USERYesYour database username
DB_SERVERYesYour MS SQL Server address
DB_PASSWORDYesYour database password
DB_DATABASE_NAMEYesYour database name

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_sql_queryC

Execute a SQL query against the MS SQL Server database

list_tablesA

List all tables in the database

describe_tableB

Get the schema information for a specific table

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: listing tables, describing a table's schema, and executing arbitrary SQL queries. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: list_tables, describe_table, execute_sql_query. No deviations.

Tool Count5/5

Three tools is minimal but well-scoped for a simple database interface covering exploration and querying. It avoids unnecessary complexity.

Completeness3/5

The set lacks explicit tools for DDL (create/alter/drop), DML (insert/update/delete), or transaction control, but the execute_sql_query tool can compensate. Notable gaps exist but are workable.

Maintenance

ActivityInactive
ResponsivenessNo issues