save_snippet
Save and organize code snippets by storing them with title, language, description, and tags. Access them later for reuse.
Instructions
コードスニペットを保存
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | スニペットのタイトル | |
| code | Yes | コード | |
| language | No | 言語(js, php, python等) | |
| description | No | 説明 | |
| tags | No | タグ |