This document describes the user-related tools provided by the Azure DevOps MCP server.
The get_me
tool retrieves information about the currently authenticated user.
This tool doesn't require any input parameters.
{}
The tool returns the user's profile information including:
id
: The unique identifier for the userdisplayName
: The user's display nameemail
: The user's email address
{
"id": "01234567-89ab-cdef-0123-456789abcdef",
"displayName": "John Doe",
"email": "[email protected]"
}
The tool may return the following errors:
AzureDevOpsAuthenticationError
: If authentication failsAzureDevOpsError
: For general errors when retrieving user information