Skip to main content
Glama
VelixarAi

Velixar MCP Server

Official
by VelixarAi

velixar_consolidate

Merge related episodic memories into a unified semantic memory while preserving originals as provenance. Use when multiple memories cover the same topic.

Instructions

Merge related episodic memories into a single semantic memory. Preserves originals as provenance. Use when multiple episodic memories cover the same topic and should be unified. Provide memory IDs to consolidate, or a topic to auto-find candidates. Set preview=true to see what would be merged without executing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoTopic to auto-find consolidation candidates
previewNoPreview mode — show what would be merged without executing (default: false)
summaryNoOptional: provide the consolidated summary (otherwise auto-generated)
memory_idsNoMemory IDs to consolidate
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that originals are preserved as provenance (non-destructive) and includes a preview mode for safe exploration. It does not mention authentication, rate limits, or error handling, but for a consolidation tool, the key behaviors are covered.

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

Conciseness5/5

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

Three sentences, no redundancy, starts with the core action and purpose. Every sentence adds essential information: what it does, when to use it, and key parameter guidance.

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

Completeness4/5

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

Given the tool's complexity (4 parameters, no required, no output schema) and many siblings, the description covers the essential usage scenarios. It is missing minor details like return format or explicit assurance of non-destructiveness, but it is sufficient for correct selection and invocation.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the dual usage pattern (memory_ids vs. topic) and the purpose of the preview flag, going beyond the short schema descriptions. The summary parameter is mentioned ('Optional: provide the consolidated summary') but the description does not detail its format or relationship to auto-generation.

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

Purpose5/5

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

The description uses a specific verb ('Merge') and resource ('related episodic memories into a single semantic memory'), clearly distinguishing it from sibling tools like velixar_store (store new) or velixar_update (modify). It explicitly states what the tool does and what is preserved.

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

Usage Guidelines4/5

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

The description provides explicit guidance: 'Use when multiple episodic memories cover the same topic and should be unified.' It also explains two modes of operation (by memory IDs or by topic) and the preview flag. However, it does not explicitly state when not to use this tool or list alternatives, though sibling names imply other options.

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/VelixarAi/velixar-mcp-server'

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