get_item
Retrieve detailed information about specific Qiita articles using their unique ID. Access article content, metadata, and author details from the Japanese developer community platform.
Instructions
指定された記事の詳細情報を取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | 記事ID |
Input Schema (JSON Schema)
{
"properties": {
"itemId": {
"description": "記事ID",
"type": "string"
}
},
"required": [
"itemId"
],
"type": "object"
}