Dev.to MCP Server

get_user_info

Retrieve detailed information about a Dev.to user by providing their username. Access user data efficiently for integration or analysis purposes.

Instructions

Get information about a Dev.to user Args: username: The username of the user

Input Schema

NameRequiredDescriptionDefault
usernameYes

Input Schema (JSON Schema)

{ "properties": { "username": { "title": "Username", "type": "string" } }, "required": [ "username" ], "title": "get_user_infoArguments", "type": "object" }
ID: 2l9kksn63p