Qiita MCP Server

by 2bo

get_qiita_item

Retrieve a specific Qiita article by its unique ID using the Qiita MCP Server, enabling direct access to content for AI agents or integrations.

Instructions

get a specific Qiita article by its ID

Input Schema

NameRequiredDescriptionDefault
item_idYesThe ID of the Qiita article to fetch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "item_id": { "description": "The ID of the Qiita article to fetch", "type": "string" } }, "required": [ "item_id" ], "type": "object" }

You must be authenticated.

Other Tools from Qiita MCP Server

Related Tools

ID: hg7w6itowi