search_repositories
Find GitHub repositories by query with options to sort by stars, forks, or activity, and filter results per page.
Instructions
Search GitHub repositories.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (e.g. 'language:python stars:>1000', 'fastapi topic:api') | |
| sort | No | Sort by (best-match, stars, forks, help-wanted-issues, updated) | best-match |
| order | No | Sort order (asc, desc) | desc |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |