get_questdb_documentation
Retrieve targeted QuestDB documentation for specific functions, operators, and SQL keywords. Avoid loading all docs by fetching only the items you need.
Instructions
Get documentation for specific QuestDB functions, operators, or SQL keywords. This is much more efficient than loading all documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of specific docs items in the category. IMPORTANT: Category of these items must match the category parameter. Name of these items should exactly match the entry in the table of contents you get with get_questdb_toc. | |
| category | Yes | The category of documentation to retrieve |