search_github_issues
Full-text search across blobpedia's indexed GitHub issues across Celestia repos. Celestia ecosystem only. Use to find prior reports, open bugs, or requested features. For a broader cross-corpus search use the search tool with type="github".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 10). | |
| query | Yes | Free-text query. | |
| state | No | Issue state filter (default: all). | |
| offset | No | Skip this many before returning, for paging past the limit. The response states the full count and echoes the offset used. |