get_doc_coverage
Check documentation coverage for a list of symbol IDs, reporting which are documented in section titles and which are not, with a coverage percentage.
Instructions
Check which jcodemunch symbols have matching documentation in this doc index. Given a list of jcodemunch symbol IDs, reports which symbols are mentioned in section titles (documented) vs absent (undocumented). Bridges jcodemunch <-> jdocmunch. symbol_ids capped at 200. Output: {documented, undocumented, coverage_pct}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Doc repo identifier (owner/repo or just repo name) | |
| symbol_ids | Yes | List of jcodemunch symbol IDs to check coverage for |