find_known_issues
Surface known UNRESOLVED problems matching a free-text description: forum threads with zero replies but high views, plus open GitHub issues. Answers "is anyone else hitting this?". Celestia-specific. Does NOT return fixes, solutions, config, or how-to steps, and returns nothing when no open issue matches; for "how do I fix / configure / why does X happen" use semantic_search (then get_doc) instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows per source (default 5). | |
| description | Yes | What you're seeing. Short prose, not a stack trace (for that use diagnose_error). |