Skip to main content
Glama

delete_hipocampo

Delete a memory by its ID from the vector memory. Irreversible removal ensures the memory cannot be retrieved or appear in future searches.

Instructions

Elimina un recuerdo del Hipocampo (memoria_vectorial) por su ID.

Esta operación es irreversible. Una vez eliminado, el recuerdo no podrá recuperarse ni aparecerá en búsquedas futuras.

Args: id: ID numérico del recuerdo a eliminar.

Returns: Confirmación de eliminación.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden of disclosure. It explicitly states the irreversible nature and consequences of deletion ('Esta operación es irreversible. Una vez eliminado, el recuerdo no podrá recuperarse ni aparecerá en búsquedas futuras.'). However, it does not disclose what happens if the ID does not exist or any required permissions, leaving some behavioral aspects implicit.

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 concise and well-structured, starting with a clear main statement, followed by an important caution, and then organized Args and Returns sections. Every sentence contributes essential details without unnecessary 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?

For a single-parameter delete operation, the description covers purpose, irreversibility, parameter semantics, and return type. Since an output schema is present, detailed return structure is not required. A minor gap is the lack of behavior for a non-existent ID, but overall the tool is adequately described.

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

Parameters5/5

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

The input schema has 0% description coverage, but the description compensates fully by explaining the 'id' parameter as 'ID numérico del recuerdo a eliminar.' This adds meaning beyond the schema's simple integer type, clearly identifying what the ID represents and how it is used.

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's function: 'Elimina un recuerdo del Hipocampo (memoria_vectorial) por su ID.' This specifies the verb, resource, and method of operation, and it naturally distinguishes itself from sibling tools like search_hipocampo, update_hipocampo, and decay_hipocampo.

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 implies when to use the tool by emphasizing that the operation is irreversible and the memory cannot be recovered or appear in future searches. This provides clear context for permanent deletion, but it does not explicitly mention alternatives or when not to use it compared to siblings, such as decay_hipocampo for non-destructive adjustments.

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/carrasquelalex1/hipocampo'

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