Skip to main content
Glama

azure-devops-mcp

getAreas

Retrieve area hierarchy data for a specified project in Azure DevOps. Use project ID and set depth to fetch structured area details for planning and organization.

Instructions

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 from azure-devops-mcp

Related Tools

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/RyanCardin15/AzureDevOps-MCP'

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