get_article
ActiveTool of mcp-devto
declared in 0.1.0
Fetch full article content from DEV.to by ID (e.g., "12345"). Returns title, author, markdown body, tags, reactions, comments, and published date.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 12345
},
{
"id": 98765
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Numeric article ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-devto
https://github.com/pipeworx-io/mcp-devto
2/7 registries