azure-devops-mcp

by RyanCardin15
Verified

createProject

Create a new project

Input Schema

NameRequiredDescriptionDefault
capabilitiesNoProject capabilities
descriptionNoDescription of the project
nameYesName of the project
processTemplateIdNoProcess template ID
visibilityNoVisibility of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "capabilities": { "additionalProperties": {}, "description": "Project capabilities", "type": "object" }, "description": { "description": "Description of the project", "type": "string" }, "name": { "description": "Name of the project", "type": "string" }, "processTemplateId": { "description": "Process template ID", "type": "string" }, "visibility": { "description": "Visibility of the project", "enum": [ "private", "public" ], "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools