Skip to main content
Glama
aadityasinghal7

MCP Azure DevOps Server

get_team_area_paths

Retrieve area paths assigned to a specific team in Azure DevOps to understand their work classification, routing, and backlog configuration.

Instructions

    Retrieves the area paths assigned to a specific team.
    
    Use this tool when you need to:
    - Understand a team's areas of responsibility
    - Check default area path assignments
    - Determine how work is classified and routed to teams
    - Set up board and backlog configurations
    
    IMPORTANT: Area paths in Azure DevOps determine which work items appear
    on a team's backlogs and boards. The default area path is used when
    creating new work items through a team's interface.
    
    Args:
        project_name_or_id: The name or ID of the team project
        team_name_or_id: The name or ID of the team
            
    Returns:
        Formatted string containing team area path information including
        the default area path and all assigned paths, with indicators for
        paths that include sub-areas
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_name_or_idYes
team_name_or_idYes

Latest Blog Posts

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/aadityasinghal7/mcp'

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