Publish note.com draft
note_publish_draftPublish a draft note to note.com by its key. Fetches the draft and publishes it, returning status, note URL, and publication details.
Instructions
Publicly publishes a draft by note key. Internally fetches draft detail via /v3/notes/{noteKey}?draft=true, then publishes with PUT /v1/text_notes/{id}. The saved draft body is sent to note.com as editor HTML; Markdown is not converted during publish. By default returns an LLM-friendly summary with status/key/noteUrl/eyecatch/publishedAt; pass responseFormat: "full" for the raw API payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteKey | Yes | ||
| responseFormat | No | summary |