create_rom_note
Create a note for a specific ROM in RomM, adding a title, content, tags, and public visibility. Use it to document information and share notes with other users.
Instructions
Create a RomM note with explicit supported fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| rom_id | Yes | ||
| content | No | ||
| is_public | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| tags | No | ||
| title | No | ||
| rom_id | No | ||
| content | No | ||
| user_id | No | ||
| username | No | ||
| is_public | No | ||
| created_at | No | ||
| updated_at | No |