smart_suggest_service
Smart service finder (text search + AI combined). Use when: User has vague symptoms/descriptions OR you need to explore service options before booking. Runs parallel search and AI prediction, merges results by relevance. Returns: Service names and IDs. Follow: Use service info with advanced_search_availability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Service name, symptom, or medical need description (e.g., 'blood test', 'back pain', 'x-ray arm') | |
| top_k | No | Number of results to return (default: 5, max: 10) |