create_article
Create a new DEV Community article, with options to publish immediately or save as draft, and customize with tags, series, and markdown content.
Instructions
Create a new article on DEV Community. Set published to false to save as draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of tags (max 4) | |
| title | Yes | Title of the article | |
| series | No | Article series name | |
| published | No | Whether to publish immediately (false = draft) | |
| main_image | No | Main cover image URL | |
| description | No | Short description for the article | |
| body_markdown | No | Article content in markdown format | |
| canonical_url | No | Original URL if cross-posting | |
| organization_id | No | Organization ID to publish under |