analyze_search_query
Analyze a PubMed search query without executing it to determine complexity, intent, PICO elements, and recommended sources and strategies.
Instructions
Analyze a search query without executing the search.
Useful for understanding how unified_search will process your query before actually running it.
Args: query: The search query to analyze
Returns: Analysis including: - Complexity level (SIMPLE/MODERATE/COMPLEX/AMBIGUOUS) - Intent (LOOKUP/EXPLORATION/COMPARISON/SYSTEMATIC) - PICO elements (if detected) - Recommended sources - Recommended strategies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |