resolve_topic
Look up exact Pine Script API terms and known concepts to get accurate documentation paths for functions like ta.rsi or strategy.entry.
Instructions
Fast lookup for exact Pine Script API terms and known concepts.
Use for exact function names and Pine Script vocabulary (e.g., "ta.rsi", "strategy.entry", "repainting", "request.security").
For natural language questions, read the docs://manifest resource for routing guidance, then use get_doc() or list_sections() + get_section().
Args: query: Exact Pine Script term or known concept keyword.
Returns: ResolveResult with matched doc paths. If no match, suggestion directs to search_docs().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matches | Yes | ||
| query | Yes | ||
| suggestion | Yes |