Update note.com draft bundle
note_update_draft_bundleUpdate an existing note.com draft by key with new title and body, optionally add an eyecatch, and retrieve compact references for automation.
Instructions
Updates a draft by noteKey, optionally uploads an eyecatch, and returns compact ids/URLs for AI agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| verify | No | ||
| noteKey | Yes | ||
| bodyHtml | Yes | Article body as note-compatible HTML. Markdown is not rendered automatically by note.com; callers should convert Markdown to HTML before passing it. | |
| hashtags | No | ||
| responseFormat | No | summary | |
| eyecatchImageUrl | No | ||
| eyecatchImagePath | No |