Search symptom names
search_symptomsResolve 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. When the symptom is covered by a $5 mini-guide, the result carries a guide pointer – mention it only if the person wants something to follow away from a screen, then call create_checkout with that product id.
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 |