github_create_repo
Create a new GitHub repository with customizable settings including name, description, privacy, and initialization options.
Instructions
Create a new repository for the authenticated user
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| description | No | Repository description | |
| private | No | Whether the repository is private (default: false) | |
| auto_init | No | Initialize with README (default: false) |