Skip to main content
Glama
hz1ulqu01gmnZH4

universal-memory-mcp

memory_admin

Manage memory system with administrative actions—view statistics, run background jobs, extract entities, check contradictions, create graph links, or delete memories.

Instructions

Administrative operations: statistics, background jobs, entity/contradiction maintenance, manual graph links, and deletion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNocheck_contradictions: maximum candidates to return.
actionYes'stats': system statistics. 'dream_status': background job queue snapshot. 'run_dream_jobs': drain pending dream-cycle jobs in-process. 'extract_entities': re-extract entities for a memory (idempotent). 'check_contradictions': dry-run contradiction check, no links created. 'link': create a directed graph link between two memories. 'delete': delete a memory and all its graph links (destructive).
max_jobsNorun_dream_jobs: process at most this many jobs. None = drain queue.
strengthNolink: link strength 0.0-1.0.
memory_idNoMemory UUID. Required for extract_entities/check_contradictions/delete.
created_byNolink: agent creating this link.
to_memory_idNolink: target memory UUID.
hot_thresholdNocheck_contradictions: similarity threshold for hot-zone candidates.
relation_typeNolink: relationship type. Required for link.
from_memory_idNolink: source memory UUID.
warm_thresholdNocheck_contradictions: similarity threshold for warm-zone candidates.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description must disclose behavioral traits. It mentions deletion and idempotent extraction in parameter descriptions, but the main description omits side effects, authorization requirements, or whether actions are read-only. The term 'administrative' is vague.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, short sentence that front-loads the key concept 'Administrative operations'. It is efficient, though the list after the colon could be better structured for readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (11 parameters, 7 actions) and the existence of an output schema, the description is too brief. It does not provide a high-level overview of how the actions interrelate or the typical usage workflow, leaving gaps that the schema alone must fill.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already documents all parameters and their semantics (e.g., action enum values). The main description adds no additional meaning beyond listing the categories, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Administrative operations' which clearly differentiates it from sibling tools like recall_memories and store_memory. However, it lists multiple categories (stats, background jobs, etc.) rather than a single verb+resource, making the purpose broad but distinguishable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description does not mention when not to use it or how to choose among the many actions. Users must infer from the tool name and enum values.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hz1ulqu01gmnZH4/universal-memory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server