Skip to main content
Glama

Qiita API MCP Server

create_item

Create and publish new articles on Qiita, a Japanese developer community platform, by providing title, markdown content, tags, and privacy settings.

Instructions

新しい記事を作成します

Input Schema

NameRequiredDescriptionDefault
bodyYes記事の本文(Markdown形式)
privateNo非公開記事かどうか
tagsYesタグの配列
titleYes記事のタイトル
tweetNoTwitterに投稿するかどうか

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "記事の本文(Markdown形式)", "type": "string" }, "private": { "default": false, "description": "非公開記事かどうか", "type": "boolean" }, "tags": { "description": "タグの配列", "items": { "properties": { "name": { "description": "タグ名", "type": "string" }, "versions": { "description": "タグのバージョン", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "versions" ], "type": "object" }, "type": "array" }, "title": { "description": "記事のタイトル", "type": "string" }, "tweet": { "default": false, "description": "Twitterに投稿するかどうか", "type": "boolean" } }, "required": [ "title", "body", "tags" ], "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