save_snippet
Save code snippets with a title, language, and tags to a personal vault for organized retrieval and reuse.
Instructions
Save a code snippet to your personal vault
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short title for the snippet e.g. 'Debounce function' | |
| code | Yes | The code to save | |
| language | Yes | Programming language e.g. 'typescript', 'python', 'bash' | |
| tags | No | Tags for searching later e.g. ['utility', 'async', 'react'] |