Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
engrim_recallA

Search this project's engrim memory for records relevant to a query (hybrid keyword + semantic ranking). Use before non-trivial work to recall prior decisions, facts, feedback, and state.

engrim_contextC

Return the project's session-boot memory pack — the curated, high-signal records that orient you at the start of work, within a character budget.

engrim_addA

Write a durable memory record so it persists across sessions. Use at real decision points and for durable facts/feedback/state.

engrim_reviewA

Check coverage before clearing context: surface recent decisions from the transcript log that don't appear to be in curated memory yet. safe_to_clear is null (unknown) when this project has no transcript log; otherwise it is a boolean heuristic verdict about the available log.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources