create_page
Create a new page in NotePM by providing a note code and title. Optionally include body, memo, folder, or tags.
Instructions
Create a new page in NotePM. Note code and title are required. Optionally specify folder_id to create the page in a specific folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_code | Yes | Note code to create page in | |
| title | Yes | Page title (1-100 characters) | |
| body | No | Page body (Markdown format) | |
| memo | No | Memo (max 255 characters) | |
| folder_id | No | Folder ID to create page in (if omitted, created at note root) | |
| tags | No | Array of tags |