aim_memory_list_stores
Lists all available memory databases and shows current storage location. Use to discover existing databases before querying them.
Instructions
List all available memory databases and show current storage location.
DATABASE TYPES:
"default": The master database (memory.jsonl) - used when no context is specified
Named databases: Created via context parameter (e.g., "work" -> memory-work.jsonl)
RETURNS: {project_databases: [...], global_databases: [...], current_location: "..."}
project_databases: Databases in .aim directory (if project detected)
global_databases: Databases in global --memory-path directory
current_location: Where operations will default to
Use this to discover what databases exist before querying them.
EXAMPLES:
aim_memory_list_stores() - Shows all available databases and current storage location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||