Skip to main content
Glama

post-comment

Add comments to note.com articles by providing the article ID and comment text to engage with content and participate in discussions.

Instructions

記事にコメントを投稿する

Input Schema

NameRequiredDescriptionDefault
noteIdYes記事ID
textYesコメント本文

Input Schema (JSON Schema)

{ "properties": { "noteId": { "description": "記事ID", "type": "string" }, "text": { "description": "コメント本文", "type": "string" } }, "required": [ "noteId", "text" ], "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