search_repositories
Search GitHub repositories by keyword to retrieve repository details including name, description, stars, forks, and language. Sort results by stars, forks, or best match.
Instructions
Search GitHub repositories by keyword. Returns repo name, description, URL, stars, forks, and primary language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order: stars | forks | updated | best-match | best-match |
| query | Yes | Search keywords (e.g. 'react typescript hooks') | |
| per_page | No | Number of results to return (1–30, default 10) |