MCP Azure DevOps Server

by Vortiago
Verified

get_projects

Retrieve all accessible projects from an Azure DevOps organization. Filter projects by state or limit the number of results to quickly access relevant project details.

Instructions

Get all projects in the organization that the authenticated user has access to. Args: state_filter: Filter on team projects in a specific state (e.g., "WellFormed", "Deleting") top: Maximum number of projects to return Returns: Formatted string containing project information

Input Schema

NameRequiredDescriptionDefault
state_filterNo
topNo

Input Schema (JSON Schema)

{ "properties": { "state_filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "State Filter" }, "top": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Top" } }, "title": "get_projectsArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Azure DevOps Server

Related Tools

ID: 1t73gvug7p