Update note.com draft
note_update_draftUpdate a note.com draft by ID with HTML content. Convert Markdown to HTML before passing to preserve visual formatting.
Instructions
Updates a note.com draft by numeric draft/note id via POST /v1/text_notes/draft_save?id={draftId}&is_temp_saved=true. The body should be HTML compatible with note.com editor content. Do not pass Markdown if visual formatting is expected; convert Markdown to HTML before calling this tool. By default returns a compact summary; pass responseFormat: "full" for the raw API payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Article body as note-compatible HTML. Markdown is not rendered automatically by note.com; callers should convert Markdown to HTML before passing it. | |
| title | Yes | ||
| draftId | No | ||
| noteKey | No | ||
| hashtags | No | ||
| responseFormat | No | summary |