Skip to main content
Glama

post-draft-note

Publish draft articles to note.com by providing title, body content, and optional tags. Update existing drafts using their ID to manage your content publishing workflow.

Instructions

下書き状態の記事を投稿する

Input Schema

NameRequiredDescriptionDefault
titleYes記事のタイトル
bodyYes記事の本文
tagsNoタグ(最大10個)
idNo既存の下書きID(既存の下書きを更新する場合)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "記事の本文", "type": "string" }, "id": { "description": "既存の下書きID(既存の下書きを更新する場合)", "type": "string" }, "tags": { "description": "タグ(最大10個)", "items": { "type": "string" }, "type": "array" }, "title": { "description": "記事のタイトル", "type": "string" } }, "required": [ "title", "body" ], "type": "object" }

Latest Blog Posts

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/shimayuz/note-com-mcp'

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