create_snippet_note
Save a code snippet as a note tagged with its programming language and contextual information for quick retrieval.
Instructions
Save a code snippet as a note with language tag and context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code snippet to save | |
| title | No | Custom title | |
| folder | No | Target folder | |
| account | No | Account | |
| context | No | Where this snippet came from (file path, error message, etc.) | |
| language | Yes | Programming language (e.g., typescript, python, rust) |