Skip to main content
Glama

update_comment

Modify existing comments on Qiita articles by providing the comment ID and new content in Markdown format to update your contributions.

Instructions

指定されたコメントを更新します

Input Schema

NameRequiredDescriptionDefault
bodyYesコメントの本文(Markdown形式)
commentIdYesコメントID

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "コメントの本文(Markdown形式)", "type": "string" }, "commentId": { "description": "コメントID", "type": "string" } }, "required": [ "commentId", "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/Selenium39/mcp-server-qiita'

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