Skip to main content
Glama

MCP Azure DevOps Server

by Vortiago

get_team_area_paths

Retrieve area paths assigned to a specific team in Azure DevOps. Helps identify team responsibilities, default path assignments, and configure boards and backlogs for accurate work item routing and classification.

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

NameRequiredDescriptionDefault
project_name_or_idYes
team_name_or_idYes

Input Schema (JSON Schema)

{ "properties": { "project_name_or_id": { "title": "Project Name Or Id", "type": "string" }, "team_name_or_id": { "title": "Team Name Or Id", "type": "string" } }, "required": [ "project_name_or_id", "team_name_or_id" ], "title": "get_team_area_pathsArguments", "type": "object" }

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

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