gluecron_search_repos
Full-text search of public repositories by name/description, case-insensitively. Mirrors GET /api/v2/search/repos. total is the full match count (not the page size) and nextOffset pages through it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | stars | updated | name (default: stars) | |
| limit | No | Max rows per page (default 30, max 100) | |
| query | Yes | Search keyword | |
| offset | No | Rows to skip. Use `nextOffset` from the previous response. |