Qiita MCP Server

by 2bo

get_my_qiita_articles

Retrieve the authenticated user's Qiita articles with pagination support, enabling organized access to published content through the Qiita MCP Server.

Instructions

get current authenticated user qiita articles

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination
per_pageNoNumber of items per page

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "default": 1, "description": "Page number for pagination", "type": "number" }, "per_page": { "default": 20, "description": "Number of items per page", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Qiita MCP Server

Related Tools

ID: hg7w6itowi