Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BACKSTORY_DBNoPath to the SQLite database file. Defaults to ~/.backstory/backstory.db

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
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_entityC

Look up a person or place by name and return the matching entity.

search_timelineB

Search the user's life timeline with a natural-language query. Returns ranked events with timestamp, source and text.

list_sourcesA

List the sources ingested into this vault and how many events each contributed.

get_eventsA

Fetch full event records by id, including the pointer to the original source record.

summarize_periodC

Return all events in a time range so the agent can summarize what happened.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: event retrieval by ID, source listing, entity lookup, semantic timeline search, and time-range summarization. No overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (e.g., get_events, list_sources), making naming predictable and clear.

Tool Count5/5

Five tools is appropriate for a focused query/summary server, covering core operations without being overwhelming or insufficient.

Completeness4/5

Covers key query scenarios (by ID, search, time range, source list) but lacks event mutations (create/update/delete), which fits the likely read-only domain. Minor gap: no direct way to get events by source.

Maintenance

ActivityInactive
ResponsivenessNo issues