Prepare note.com draft bundle
note_prepare_draftCreate a note.com draft from HTML content, optionally adding an eyecatch image, and receive compact IDs and URLs for AI-driven workflows.
Instructions
Creates a draft, optionally uploads an eyecatch, and returns compact ids/URLs for AI agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| verify | No | ||
| 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 |