azure-devops-mcp

by RyanCardin15
Verified

getAreas

Get areas for a project

Input Schema

NameRequiredDescriptionDefault
depthNoMaximum depth of the area hierarchy
projectIdYesID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "depth": { "description": "Maximum depth of the area hierarchy", "type": "number" }, "projectId": { "description": "ID of the project", "type": "string" } }, "required": [ "projectId" ], "type": "object" }

You must be authenticated.

Other Tools