Advanced memory category management — rename, merge, and delete categories
The memory management tools listed below are available directly. This skill provides detailed parameter documentation and usage guidelines.
Rename an existing memory category. Use when the user wants to restructure their memory organization.
Parameters:
oldName (required): Current category namenewName (required): New category nameIf the new name already exists, use memory_merge_categories instead.
Merge multiple categories into one target category. All facts from source categories are moved to the target.
Parameters:
sourceNames (required): Array of category names to mergetargetName (required): Target category name (created if it doesn't exist)Delete a category. By default, all facts in the category are also deleted.
Parameters:
name (required): Category name to deletedeleteFacts (optional, default: true): Set to false to keep facts as uncategorizedmemory_rename_category for simple renames (e.g., "Projects" → "Active projects and initiatives")memory_merge_categories to consolidate related categoriesmemory_delete_category to clean up empty or outdated categories