Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour OpenAI API key

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
save_memoryD–
search_memoryC

Search memories in the vector store and return relevant chunks

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools, save_memory and search_memory, have clearly distinct purposes: one writes a memory and the other reads/retrieves them. No overlap or ambiguity exists.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (save_memory, search_memory), using the same resource noun. The naming is predictable and uniform.

Tool Count3/5

With only two tools, the set is at the low end of what is reasonable. For a memory tracker, save and search are core operations, so the count is borderline but acceptable.

Completeness3/5

The server covers the primary create and read/search operations, but it lacks update, delete, or list-all functionality. These are significant gaps for a complete memory management lifecycle.

Maintenance

ActivitySlowing
ResponsivenessNo issues