Skip to main content
Glama

Qiita MCP Server

by 2bo

post_qiita_article

Publish articles on Qiita with customizable options for title, content, tags, privacy, and more. Streamline content sharing using a standardized MCP tool for efficient publishing.

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" }

Other Tools from Qiita MCP Server

Related Tools

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/2bo/qiita-mcp-server'

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