save_note
Store research findings, decisions, and context in a shared knowledge vault to keep them available across chat and code sessions. Add project and tags to filter notes later.
Instructions
Save a new note to the shared knowledge vault. Use for research findings, decisions, or context worth persisting across chat and code sessions. Pass project when the note is tied to a specific codebase/repo (e.g. the current working directory's folder or repo name) so it can be filtered later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for filtering later | |
| title | Yes | Short title for the note | |
| content | Yes | Body of the note | |
| project | No | Project/repo this note belongs to, if any |