get_file_content
Read file content from an Azure DevOps repository using repository ID and file path, with optional branch selection.
Instructions
Lee el contenido de un archivo en un repositorio
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Ruta del archivo (ej: /src/app.js) | |
| branch | No | Rama (default: main) | |
| project | No | Proyecto Azure DevOps (default: AZURE_PROJECT env var) | |
| repositoryId | Yes | ID o nombre del repositorio |