Qiita MCP Server

by 2bo

post_qiita_article

Publish articles on Qiita using a structured input format, including title, Markdown content, tags, privacy settings, and optional Twitter posting or slide mode activation.

Instructions

create a new article on Qiita

Input Schema

NameRequiredDescriptionDefault
bodyYesMarkdown formatted content
organization_url_nameNoThe url_name of the organization for the article
privateNoWhether the article is private
slideNoWhether to enable slide mode
tagsYesList of tags for the article
titleYesArticle title
tweetNoWhether to post to Twitter

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "Markdown formatted content", "type": "string" }, "organization_url_name": { "description": "The url_name of the organization for the article", "type": "string" }, "private": { "default": true, "description": "Whether the article is private", "type": "boolean" }, "slide": { "description": "Whether to enable slide mode", "type": "boolean" }, "tags": { "description": "List of tags for the article", "items": { "additionalProperties": false, "properties": { "name": { "description": "Tag name", "type": "string" }, "versions": { "description": "Versions (optional)", "items": { "type": "string" }, "type": "array" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "title": { "description": "Article title", "type": "string" }, "tweet": { "description": "Whether to post to Twitter", "type": "boolean" } }, "required": [ "title", "body", "tags" ], "type": "object" }

You must be authenticated.

Other Tools from Qiita MCP Server

Related Tools

ID: hg7w6itowi