note_save
Create or update project notes to capture decisions, progress, blockers, and technical details. Include an ID to update an existing note; omit it to create a new one.
Instructions
Create or update a note: decisions, context, progress, meetings, blockers, technical detail, releases. With id, updates; without, creates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Note ID (omit to create new) | |
| tags | No | ||
| title | Yes | Note title | |
| content | Yes | Full note content (markdown supported) | |
| note_type | No | general | |
| related_entity_id | No | ID of the related entity | |
| related_entity_type | No | Link note to an entity |