codewiki_list_topics
List available topics for any repository URL. Returns section titles with previews to quickly identify relevant sections before querying detailed content.
Instructions
Retrieve the overview / available topics for a repository from Google CodeWiki.
Use this to discover what CodeWiki knows about a repo before asking
specific questions with codewiki_search_wiki.
Returns section titles with short content previews (not the full page).
For detailed content, call codewiki_read_contents with a section title.
Response size: typically 5–30 KB depending on the repository. Cached for 30 minutes — repeated calls for the same repo 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/microsoft/vscode-copilot-chat) or shorthand owner/repo (e.g. microsoft/vscode-copilot-chat). Bare keywords (e.g. 'vue') are auto-resolved with interactive disambiguation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |