Skip to main content
Glama

Qiita MCP Server

by 2bo

update_qiita_article

Modify an existing Qiita article by updating its title, body, tags, privacy status, organization, or slide mode using the article ID. Simplifies content management on Qiita.

Instructions

update an existing Qiita article

Input Schema

NameRequiredDescriptionDefault
bodyYesMarkdown formatted content
item_idYesThe ID of the article to update
organization_url_nameNoThe url_name of the organization for the article
privateNoWhether the article is private
slideNoWhether to enable slide mode
tagsNoList of tags for the article
titleYesArticle title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "Markdown formatted content", "type": "string" }, "item_id": { "description": "The ID of the article to update", "type": "string" }, "organization_url_name": { "description": "The url_name of the organization for the article", "type": "string" }, "private": { "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" } }, "required": [ "item_id", "title", "body" ], "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