remember
Store and organize user information like coding preferences, project details, and workflow habits for future reference. Automatically detects scope and language from context, prompting for clarification when needed.
Instructions
Store user information persistently for future conversations. When users share preferences, coding standards, project details, or any context they want remembered, use this tool. Extract the key information from natural language and store it appropriately. The system automatically detects scope (user/workspace) and language specificity from context. For ambiguous cases, you will receive clarification prompts to ask the user. Examples of what to remember: coding preferences ('I like detailed docstrings'), project specifics ('This app uses PostgreSQL'), language standards ('For Python, use type hints'), workflow preferences ('Always run tests before committing'). Use only the memory_item parameter with natural language - the system handles scope detection.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No | ||
memory_item | Yes | The information to remember | |
scope | No | Memory scope: 'user' (default) or 'workspace' | user |