search_symptoms
Resolve what a person describes into AcuiQ symptom names — the first step before search_protocols. Plain description works ("trouble sleeping", "my lower back hurts"): filler words are stripped and the search retries on the clinical words, reporting which term matched. Set popular=true for trending symptoms instead. Always returns an object with a symptoms array, empty when nothing matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 12, max 50) | |
| query | No | What the person is describing — a symptom name or a plain description (e.g. "knee pain", "I cannot sleep at night") | |
| popular | No | Set to true to get trending symptoms instead of searching |