create_tag
Creates a new tag and assigns it to a specified folder, or to an uncategorized folder if no folder ID is provided.
Instructions
新しいタグを作成する。folder_id を省略すると未分類フォルダに入る。削除APIは提供されていない。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | タグ名 | |
| folder_id | No | 格納先フォルダID(省略時は未分類) |