Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYSQL_DBNoMySQL database namelocal
MYSQL_HOSTNoMySQL hostlocalhost
MYSQL_PASSNoMySQL passwordroot
MYSQL_PORTNoMySQL port3306
MYSQL_USERNoMySQL usernameroot
MYSQL_SOCKET_PATHNoPath to MySQL socket file

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
mysql_queryA

Execute a read-only SQL query against the Local WordPress database

mysql_schemaA

Inspect database schema. Without args: lists tables. With table: shows columns and indexes.

mysql_current_siteA

Get information about the currently connected Local WordPress site, including how it was selected

mysql_list_sitesA

List all available Local WordPress sites and their running status

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct operation: listing sites, getting current site info, running queries, and inspecting schema. No overlap in purpose.

Naming Consistency4/5

All tools share a 'mysql_' prefix and are descriptive. However, patterns vary: 'list_sites' is verb_noun, but 'query' and 'schema' are single nouns, and 'current_site' is a noun phrase. Minor inconsistency.

Tool Count5/5

Four tools cover the essential operations for a MySQL interaction server: discovery, current context, querying, and schema inspection. Neither too few nor too many.

Completeness5/5

The tool set provides full coverage for read-only database interaction: listing sites, querying, and schema inspection. Any write operations are intentionally excluded for safety, so no missing functionality.

Maintenance

ActivityInactive
ResponsivenessUnresponsive