Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP transport port, default 87878787
DATABASE_URLYesPostgreSQL connection string, e.g. postgres://exyu:exyu@localhost:5432/exyu
VOYAGE_API_KEYNoAPI key for Voyage embeddings (required if EMBEDDING_PROVIDER=voyage)
EMBEDDING_PROVIDERNoEmbedding provider: openai, voyage, or local
LOCAL_EMBEDDING_URLNoURL for local embedding service (required if EMBEDDING_PROVIDER=local)
OPENAI_EMBEDDING_API_KEYNoAPI key for OpenAI embeddings (required if EMBEDDING_PROVIDER=openai)

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
resolve_referenceA

Call this for ANY ex-YU film quote, song lyric, slang term, or meme reference — including partial, misremembered, or colloquial phrasings. The model's internal knowledge of ex-YU culture is unreliable for exact wording, attribution, and modern usage; do not answer from memory without calling this tool first.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.7/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The single tool name follows a verb_noun structure (resolve_reference), which is clear and consistent. With only one tool, there are no inconsistencies.

Tool Count4/5

One tool is on the low end, but the server's scope is extremely narrow (ex-YU cultural reference resolution), making a single-tool design appropriate. It is slightly under the typical 3-15 range but not a deficiency.

Completeness5/5

The tool comprehensively covers the domain of ex-YU references, including quotes, lyrics, slang, and memes, with no obvious missing operations for the stated purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues