romm_add_note
Add notes to ROMs with title, markdown content, tags, and public/private visibility settings.
Instructions
Add a note to a ROM. The note belongs to you.
rom_id: The ROM's ID. title: Note title (required). content: Note body in markdown (optional). tags: Optional list of tag strings. is_public: Whether other RomM users can see the note (default: false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rom_id | Yes | ||
| title | Yes | ||
| content | No | ||
| tags | No | ||
| is_public | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |