get_git_repositories
Retrieve Git repositories associated with a specific project. Provide the project ID or key to get the list.
Instructions
Returns list of Git repositories for a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |