create_repository
Create a new GitHub repository by providing a name, description, and privacy setting, enabling you to initialize a project repository directly.
Instructions
Create a new repository on GitHub under your account.
Args: name: desired repository name (letters, digits, '-', '_', '.'). description: short description shown on GitHub. private: whether the repository is private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| private | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||