create_tag
Create a new tag to categorize and organize your Joplin notes. Provide a title to generate a tag with a unique ID.
Instructions
Create a new tag.
Creates a new tag that can be applied to notes for categorization and organization.
Returns: str: Success message with the created tag's title and unique ID.
Examples: - create_tag("work") - Create a new tag named "work" - create_tag("important") - Create a new tag named "important"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Tag title |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |