import_repo
Import a GitHub repository by URL and automatically fetch its metadata, stars, language, topics, and README content. Requires GitHub integration.
Instructions
Import a repository from GitHub by URL. Auto-fetches metadata, stars, language, topics, and README content. Requires GitHub integration to be connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | GitHub repository URL (e.g. https://github.com/vercel/next.js) | |
| name | No | Override the repository name | |
| is_public | No | Whether to make the repo entry public (defaults to true) |