Skip to main content
Glama
michellepellon

mcp-server-template

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TEMPLATE_AUTH_KEYSNoAuthentication keys for the server. Injected from secret manager for deployment.

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_queryA

Run a read-only SQL query with bound parameters

describe_tablesA

List queryable tables and their columns

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

run_query executes SQL statements while describe_tables returns schema metadata. The two tools have no functional overlap and are easy to distinguish.

Naming Consistency5/5

Both tools follow the same lowercase verb_noun pattern: run_query and describe_tables. Naming is predictable and consistent.

Tool Count3/5

Two tools is on the low end of reasonable for a focused read-only database server. The set is coherent but feels thin, leaving little flexibility for more advanced exploration.

Completeness4/5

The pair covers the core need of read-only SQL querying with schema discovery support. Minor gaps exist, such as no ability to inspect detailed table statistics or relationships, but agents can generally accomplish their main tasks.

Maintenance

ActivityStale
ResponsivenessNo issues