get_repository_details
Retrieve detailed repository information including branch statistics and refs by specifying repository ID and optional filters.
Instructions
Get detailed information about a repository including statistics and refs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| refFilter | No | Optional filter for refs (e.g., "heads/" or "tags/") | |
| branchName | No | Name of specific branch to get statistics for (if includeStatistics is true) | |
| includeRefs | No | Whether to include repository refs | |
| repositoryId | Yes | The ID or name of the repository | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| includeStatistics | No | Whether to include branch statistics |