get_docs_index
Retrieves a condensed, LLM-friendly index of documentation pages, returned as a markdown list. Use it to identify relevant pages before requesting full content.
Instructions
Retrieves a condensed, LLM-friendly index of the pages in a documentation set. Use this for initial exploration to understand what's covered and identify relevant pages. Returns a markdown page with a list of available pages. Follow up with get_docs_page to get full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docName | Yes | Name of the documentation set |