list_forks
Retrieve a list of forks for a repository on GitHub or GitLab by specifying the platform and project ID.
Instructions
List forks of a repository
Args: platform: The platform name (github, gitlab) project_id: The repository ID to list forks for limit: Maximum number of forks to return
Returns: List of fork repositories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| platform | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |