MCP Azure DevOps Server

by Vortiago
Verified

get_team_area_paths

Retrieve assigned area paths for a specific team in Azure DevOps by providing the project name/ID and team name/ID. Returns structured area path details for team management.

Instructions

Get the area paths assigned to a team. 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

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" }

You must be authenticated.

Other Tools from MCP Azure DevOps Server

Related Tools

ID: 1t73gvug7p