delete_memory
Remove outdated or irrelevant memory files upon user request to ensure accurate data retrieval and project relevance. Part of the Serena MCP server.
Instructions
Delete a memory file. Should only happen if a user asks for it explicitly, for example by saying that the information retrieved from a memory file is no longer correct or no longer relevant for the project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
memory_file_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"memory_file_name": {
"title": "Memory File Name",
"type": "string"
}
},
"required": [
"memory_file_name"
],
"title": "applyArguments",
"type": "object"
}