codewiki_read_structure
Retrieve the table of contents and section structure of a repository's documentation from Google CodeWiki. Use this lightweight first step to discover available sections before reading contents.
Instructions
Get a list of documentation topics for a repository from Google CodeWiki.
Returns the table of contents / section structure as a JSON list so you
can choose which sections to read with codewiki_read_contents.
Recommended first step — call this before codewiki_read_contents
or codewiki_list_topics to discover available sections without
consuming many tokens.
Response size: typically 1–3 KB (lightweight JSON). Cached for 5 minutes — repeated calls are instant.
Rate limit: max 10 calls per 60 s per repo URL. Duplicate concurrent calls are automatically deduplicated.
Args: repo_url: Full repository URL (e.g. https://github.com/facebook/react) or shorthand owner/repo (e.g. facebook/react). Bare keywords (e.g. 'react') are auto-resolved with interactive disambiguation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |