get_user_info
Retrieve detailed user information from Dev.to by providing a specific username using the MCP server to access and interact with Dev.to content.
Instructions
Get information about a Dev.to user
Args:
username: The username of the user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"title": "Username",
"type": "string"
}
},
"required": [
"username"
],
"title": "get_user_infoArguments",
"type": "object"
}