publish_note
Reads a Markdown file containing title, body, and tags, then automatically publishes the content to note.com as an article.
Instructions
note.comに記事を公開します。Markdownファイルからタイトル、本文、タグを読み取り、自動的に投稿します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | タイムアウト(ミリ秒、デフォルト: 180000) | |
| state_path | No | note.comの認証状態ファイルのパス(デフォルト: ~/.note-state.json) | |
| markdown_path | Yes | Markdownファイルのパス(タイトル、本文、タグを含む) | |
| screenshot_dir | No | スクリーンショット保存ディレクトリ(オプション) | |
| thumbnail_path | No | サムネイル画像のパス(オプション) |