Skip to main content
Glama

azure-devops-mcp

createArea

Organize and structure Azure DevOps projects by creating new areas, specifying names and parent paths for efficient project management.

Instructions

Create a new area in a project

Input Schema

NameRequiredDescriptionDefault
nameYesName of the area
parentPathNoPath of the parent area
projectIdYesID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the area", "type": "string" }, "parentPath": { "description": "Path of the parent area", "type": "string" }, "projectId": { "description": "ID of the project", "type": "string" } }, "required": [ "projectId", "name" ], "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