azure-devops-mcp

by RyanCardin15
Verified

createArea

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