Azure DevOps MCP Server

get_project_details

Retrieve detailed project information such as process, work item types, and team structures from Azure DevOps using the MCP server. Specify options to include fields, process, teams, or work item types as needed.

Instructions

Get comprehensive details of a project including process, work item types, and teams

Input Schema

NameRequiredDescriptionDefault
expandTeamIdentityNoExpand identity information in the team objects
includeFieldsNoInclude field information for work item types
includeProcessNoInclude process information in the project result
includeTeamsNoInclude associated teams in the project result
includeWorkItemTypesNoInclude work item types and their structure
projectIdYesThe ID or name of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "expandTeamIdentity": { "default": false, "description": "Expand identity information in the team objects", "type": "boolean" }, "includeFields": { "default": false, "description": "Include field information for work item types", "type": "boolean" }, "includeProcess": { "default": false, "description": "Include process information in the project result", "type": "boolean" }, "includeTeams": { "default": false, "description": "Include associated teams in the project result", "type": "boolean" }, "includeWorkItemTypes": { "default": false, "description": "Include work item types and their structure", "type": "boolean" }, "projectId": { "description": "The ID or name of the project", "type": "string" } }, "required": [ "projectId" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

Related Tools

ID: vbqbnnzcdd