Skip to main content
Glama

Qiita API MCP Server

create_comment

Post comments on Qiita articles using the item ID and Markdown-formatted text to engage with the developer community.

Instructions

指定された記事にコメントを作成します

Input Schema

NameRequiredDescriptionDefault
bodyYesコメントの本文(Markdown形式)
itemIdYes記事ID

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "コメントの本文(Markdown形式)", "type": "string" }, "itemId": { "description": "記事ID", "type": "string" } }, "required": [ "itemId", "body" ], "type": "object" }

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