ado_list_projects
List projects in an Azure DevOps organization with filtering by state and paging support.
Instructions
List all projects in the Azure DevOps organization, with optional state filter and paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max projects to return | |
| skip | No | Number of projects to skip (paging) | |
| stateFilter | No | Project state filter: 0=deleting,1=new,2=wellFormed,3=createPending,4=all,5=unchanged,6=deleted |