get_devto_article
Retrieve the full content of a dev.to article by its ID, including markdown, tags, and reactions.
Instructions
Retrieve a full dev.to article by its ID.
Args: article_id: The numeric ID of the article.
Returns: Full article object including body_markdown, tags, reactions, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |