git_clone
Clones a remote repository into a local directory within the workspace boundary. Provide the repository URL and optionally specify a destination path.
Instructions
Clone a remote repository into a local directory.
The destination must be within the workspace boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The repository URL (HTTPS or SSH). | |
| destination | No | Local directory name or path. Defaults to the repo name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||