azure-devops-mcp

by RyanCardin15
Verified

getProjectDetails

Retrieve comprehensive details of a specific Azure DevOps project, including capabilities and history, using the project ID for precise identification.

Instructions

Get details of a specific project

Input Schema

NameRequiredDescriptionDefault
includeCapabilitiesNoInclude project capabilities
includeHistoryNoInclude project history
projectIdYesID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeCapabilities": { "description": "Include project capabilities", "type": "boolean" }, "includeHistory": { "description": "Include project history", "type": "boolean" }, "projectId": { "description": "ID of the project", "type": "string" } }, "required": [ "projectId" ], "type": "object" }

You must be authenticated.

Other Tools from azure-devops-mcp

Related Tools

ID: z7mxfcinp8