Skip to main content
Glama
AlekseiUL

Agent Memory Control Plane

by AlekseiUL

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

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_searchD

memory search

memory_explainD

memory explain

memory_proposeD

memory propose

memory_promoteD

memory promote

memory_conflictsD

memory conflicts

memory_source_getD

memory source get

memory_healthD

memory health

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 7 tools

Disambiguation4/5

Each tool targets a distinct memory operation: search, explain, propose, promote, conflict detection, source retrieval, and health. However, 'propose' and 'promote' could be misconstrued without detailed descriptions.

Naming Consistency3/5

All tools share the consistent 'memory_' prefix, but the structure is mixed: search/explain/propose/promote are verbs, while conflicts/health are nouns and source_get is a compound. This creates a readable yet inconsistent pattern.

Tool Count5/5

Seven tools is well-scoped for a memory control plane, covering search, analysis, lifecycle management, and health without unnecessary bloat.

Completeness4/5

The set covers core memory operations like search, explain, propose, promote, and conflict detection, but lacks direct edit/delete capabilities, which are minor gaps for a full lifecycle.

Maintenance

ActivityMaintained
ResponsivenessNo issues