list_section_topics
Retrieve all topics within a specific documentation section, including IDs, titles, URLs, and summaries for organized content navigation.
Instructions
List all topics in a documentation section. Returns topic summaries with IDs, titles, URLs, and summaries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | Section name (e.g., 'Language', 'Reference') | |
| version | No | Documentation version (e.g., 'v111', 'latest'). Defaults to configured default version. | |
| limit | No | Maximum number of topics to return (default: 50) |