Dev.to MCP Server

get_article_details

Retrieve detailed information about a specific Dev.to article by providing its unique article ID. This tool enables precise access to article data for further use or analysis.

Instructions

Get detailed information about a specific article Args: article_id: The ID of the article to retrieve

Input Schema

NameRequiredDescriptionDefault
article_idYes

Input Schema (JSON Schema)

{ "properties": { "article_id": { "title": "Article Id", "type": "integer" } }, "required": [ "article_id" ], "title": "get_article_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from Dev.to MCP Server

Related Tools

ID: 2l9kksn63p