Create note.com draft
note_create_draftCreate a note.com draft by supplying a title, HTML body, and optional hashtags. Returns a summary with edit and public URLs, ensuring compatibility with note.com's editor.
Instructions
Creates a note.com draft with title/body/hashtags using an unofficial internal API. 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 an LLM-friendly summary with id/noteId/key/noteKey/editUrl/publicUrl/nextActions; 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 | ||
| hashtags | No | ||
| responseFormat | No | summary |