list_repositories
Retrieve all repositories within a specified Azure DevOps project to view available codebases and manage version control assets.
Instructions
Lists all repositories in a project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project | Yes | The name or ID of the project. |
Input Schema (JSON Schema)
{
"properties": {
"project": {
"description": "The name or ID of the project.",
"type": "string"
}
},
"required": [
"project"
],
"type": "object"
}