list_repositories
List every Git repository accessible to you in Azure DevOps, with optional project filter, returning ID, name, and project for each repo.
Instructions
List ALL Git repositories the user can access across the organization (GET _apis/git/repositories), or within one project. Returns id, name and owning project for each repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Restrict to a single project (optional; omit for org-wide). |