Agent Memory Control Plane
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
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.
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.
Seven tools is well-scoped for a memory control plane, covering search, analysis, lifecycle management, and health without unnecessary bloat.
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.