get_repository_info
Check if a GitHub repository is cloned locally and retrieve its metadata, including analysis suitability.
Instructions
Get information about a repository and whether it's already cloned locally.
Args:
repo_url: GitHub repository URL
working_directory: Directory where analysis folder should be locatedInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_url | Yes | ||
| working_directory | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_url | Yes | GitHub repository URL | |
| repo_name | Yes | Repository name | |
| local_path | Yes | Local path where repository would be/is stored | |
| already_cloned | Yes | Whether repository is already cloned locally | |
| working_directory | Yes | Working directory used |