Skip to main content
Glama

update_item

Modify existing articles on Qiita by updating titles, content in Markdown format, tags, and privacy settings using the article ID.

Instructions

既存の記事を更新します

Input Schema

NameRequiredDescriptionDefault
bodyYes記事の本文(Markdown形式)
itemIdYes記事ID
privateNo非公開記事かどうか
tagsYesタグの配列
titleYes記事のタイトル

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "記事の本文(Markdown形式)", "type": "string" }, "itemId": { "description": "記事ID", "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" } }, "required": [ "itemId", "title", "body", "tags" ], "type": "object" }

Latest Blog Posts

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