create_repository
Create a new repository for the authenticated user with custom name, description, and visibility options.
Instructions
Create a new repository for the authenticated user.
Args: name: Repository name description: Repository description visibility: Repository visibility (public, internal, private)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| visibility | No | private | |
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |