create_item
Create and publish articles on Qiita with title, Markdown content, tags, and privacy settings.
Instructions
Create a new Qiita item (article)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Item title | |
| body | Yes | Item body in Markdown | |
| tags | Yes | Tags (array of {name, versions?}) | |
| private | No | Whether the item is private (default: false) | |
| tweet | No | Whether to post to X (Twitter) (default: false) |