Skip to main content
Glama

Note Post MCP

by Go-555

save_draft

Save draft posts to note.com by reading title, body content, and tags from Markdown files, enabling automated content preparation for publishing.

Instructions

note.comに下書きを保存します。Markdownファイルからタイトル、本文、タグを読み取り、下書きとして保存します。

Input Schema

NameRequiredDescriptionDefault
markdown_pathYesMarkdownファイルのパス(タイトル、本文、タグを含む)
screenshot_dirNoスクリーンショット保存ディレクトリ(オプション)
state_pathNonote.comの認証状態ファイルのパス(デフォルト: /app/.note-state.json)
thumbnail_pathNoサムネイル画像のパス(オプション)
timeoutNoタイムアウト(ミリ秒、デフォルト: 120000)

Input Schema (JSON Schema)

{ "properties": { "markdown_path": { "description": "Markdownファイルのパス(タイトル、本文、タグを含む)", "type": "string" }, "screenshot_dir": { "description": "スクリーンショット保存ディレクトリ(オプション)", "type": "string" }, "state_path": { "description": "note.comの認証状態ファイルのパス(デフォルト: /app/.note-state.json)", "type": "string" }, "thumbnail_path": { "description": "サムネイル画像のパス(オプション)", "type": "string" }, "timeout": { "description": "タイムアウト(ミリ秒、デフォルト: 120000)", "type": "number" } }, "required": [ "markdown_path" ], "type": "object" }

Other Tools from Note Post MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Go-555/note-post-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server