gluecron_repo_search
Search Gluecron repositories by keyword (name + description), case-insensitively. Returns public repos plus any private repos owned by the authenticated caller. Default 20 per page, max 50; total is the full match count and nextOffset pages through it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows per page (default 20, max 50) | |
| query | Yes | Search keyword (1-100 chars) | |
| offset | No | Rows to skip. Use `nextOffset` from the previous response. |