Dev.to MCP Server

get_articles_by_username

Retrieve articles authored by a specific Dev.to user by providing their username, enabling easy access to published content for analysis or reference.

Instructions

Get articles written by a specific user Args: username: The username of the author

Input Schema

NameRequiredDescriptionDefault
usernameYes

Input Schema (JSON Schema)

{ "properties": { "username": { "title": "Username", "type": "string" } }, "required": [ "username" ], "title": "get_articles_by_usernameArguments", "type": "object" }

You must be authenticated.

Other Tools from Dev.to MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arindam200/devto-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server