create_note
Create a new note in a project by providing a title. Optionally add tags, HTML content, and a color to organize project information.
Instructions
Create a new note in a project. Only title is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names, e.g. ["July Release"]. REPLACES existing tags. Unknown names are auto-created in the project. Call list_tags first to reuse existing tags. | |
| text | No | Note content (HTML supported) | |
| color | No | Note color (default: yellow) | |
| title | Yes | Note title | |
| project_uuid | Yes | UUID of the project |