Skip to main content
Glama
VelixarAi

Velixar MCP Server

Official
by VelixarAi

velixar_delete

Delete memories by ID, with support for single or bulk operations, and soft-delete option for recoverable archiving.

Instructions

Delete or archive memories. Use archive: true for soft-delete (recoverable).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAlias for memory_id (backward compat)
idsNoMemory IDs to delete (bulk)
archiveNoSoft-delete: set archived=true instead of hard-deleting (default: false)
memory_idNoMemory ID to delete (single)
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the soft-delete vs hard-delete behavior but does not mention if deletion is irreversible, side effects, or required permissions. Some behavioral info is provided but not exhaustive.

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?

The description is extremely concise with two front-loaded sentences. Every word adds value, no redundancy or filler.

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 no output schema and no annotations, the description covers the core behavior (delete vs archive), parameter aliasing, and usage. It could be enhanced by mentioning return values or error conditions, but it is largely complete for a delete tool.

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 parameters are already documented. The description adds value by explaining that 'id' is an alias for 'memory_id' and clarifying the effect of the archive parameter (soft-delete vs hard-delete), going beyond the schema.

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 clearly states the tool deletes or archives memories, and distinguishes between hard delete and soft delete via the archive parameter. It is specific and differentiates from sibling tools like velixar_update.

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 explicitly tells when to use archive: true for recoverable soft-delete, implying when not to use it (hard delete). However, it does not provide explicit when-not-to-use guidance or alternatives among siblings.

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