get_fork_info
Retrieve fork information for a repository, including fork status, parent repository, and other details. Requires platform and project ID.
Instructions
Get fork information for a repository
Args: platform: The platform name (github, gitlab) project_id: The repository ID to check
Returns: Dictionary with fork status, parent repository, and other fork details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |