searchDocs
Search GMAT documentation semantically to retrieve relevant sections with full content and sources.
Instructions
Semantic search over GMAT documentation. Returns relevant sections with full content and sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query - can be a question, topic, or keyword related to GMAT | |
| topK | No | Maximum number of results to return (default: 5). Keep small - each result includes the full section text. | |
| minScore | No | Minimum cosine similarity threshold (0-1, default: 0.3). Lower it only if a query returns nothing. |