Skip to main content
Glama

Azure DevOps MCP Server

user-tools.md824 B
# Azure DevOps User Tools This document describes the user-related tools provided by the Azure DevOps MCP server. ## get_me The `get_me` tool retrieves information about the currently authenticated user. ### Input This tool doesn't require any input parameters. ```json {} ``` ### Output The tool returns the user's profile information including: - `id`: The unique identifier for the user - `displayName`: The user's display name - `email`: The user's email address #### Example Response ```json { "id": "01234567-89ab-cdef-0123-456789abcdef", "displayName": "John Doe", "email": "john.doe@example.com" } ``` ### Error Handling The tool may return the following errors: - `AzureDevOpsAuthenticationError`: If authentication fails - `AzureDevOpsError`: For general errors when retrieving user information

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/Tiberriver256/mcp-server-azure-devops'

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