stock_item
Save articles to your Qiita stock list for later reading and reference by providing the article ID.
Instructions
指定された記事をストックします
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | 記事ID |
Input Schema (JSON Schema)
{
"properties": {
"itemId": {
"description": "記事ID",
"type": "string"
}
},
"required": [
"itemId"
],
"type": "object"
}