create_devto_article
Create a new dev.to article or draft with markdown body, title, tags, and optional settings like published status, series, and canonical URL.
Instructions
Create a dev.to article or draft using the authenticated DEV API.
Args: title: Article title. body_markdown: Article body in markdown. published: Publish immediately when true. Defaults to false for safety. tags: Comma-separated tags, e.g. "python,ai,mcp". description: Short article description. canonical_url: Original/canonical URL when cross-posting. series: Optional DEV series name. main_image: Optional main image URL. organization_id: Optional DEV organization id. api_key: Optional DEV API key. If omitted, DEVTO_API_KEY is used.
Returns: The created article object from dev.to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| series | No | ||
| api_key | No | ||
| published | No | ||
| main_image | No | ||
| description | No | ||
| body_markdown | Yes | ||
| canonical_url | No | ||
| organization_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |