create_repository
Create a new GitHub repository for the authenticated user, with options for private visibility, auto-initialization, and description.
Instructions
Create a new repository for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| private | No | Whether the repository is private. Default: false | |
| auto_init | No | Create an initial commit with a README. Default: false | |
| description | No |