is_item_stocked
Check if a specific Qiita article has been stocked by users to monitor content popularity and engagement on the Japanese developer 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"
}