get_project_info
Retrieve detailed project information from Pagure git forges to access repository data, manage files, and handle pull request workflows.
Instructions
Get detailed information about a Pagure project.
Args: project: Project name (e.g., 'python3', 'kernel') namespace: Project namespace (default: rpms)
Returns: JSON string with project details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| namespace | No | rpms |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |