Azure DevOps MCP Server

list_projects

Retrieve all projects in an Azure DevOps organization with flexible filtering options, including state, pagination, and maximum results, to manage and organize project data efficiently.

Instructions

List all projects in an organization

Input Schema

NameRequiredDescriptionDefault
continuationTokenNoGets the projects after the continuation token provided
skipNoNumber of projects to skip
stateFilterNoFilter on team project state (0: all, 1: well-formed, 2: creating, 3: deleting, 4: new)
topNoMaximum number of projects to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "continuationToken": { "description": "Gets the projects after the continuation token provided", "type": "number" }, "skip": { "description": "Number of projects to skip", "type": "number" }, "stateFilter": { "description": "Filter on team project state (0: all, 1: well-formed, 2: creating, 3: deleting, 4: new)", "type": "number" }, "top": { "description": "Maximum number of projects to return", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server

Related Tools

ID: vbqbnnzcdd