Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_sqlA

Run all 6 analysis tools concurrently and return a composite report (validate, parse, metadata, security, lint, format).

extract_metadataA

Extract tables, columns, and functions referenced in SQL.

format_sqlA

Format SQL with configurable indentation and keyword casing.

lint_sqlA

Lint SQL against all 10 GoSQLX style rules (L001–L010).

parse_sqlA

Parse SQL and return an AST summary: statement count and types.

security_scanA

Scan SQL for injection patterns: tautologies, UNION attacks, stacked queries, comment bypasses, and more.

validate_sqlA

Validate SQL syntax. Returns {valid: bool, error?: string, dialect?: string}.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ajitpratap0/GoSQLX'

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