get_section_blast_radius
Walk inbound references to measure how rewriting or restructuring a section impacts other docs, returning direct and transitive impact with a normalized blast score.
Instructions
Transitive impact of rewriting / restructuring a section. Walks the inbound reference graph to max_depth (default 3), classifies each hit as anchor / doc / tutorial, and returns direct_impact, transitive_impact, a summary, and a normalised blast_score in [0, 1]. Companion to get_backlinks (which is depth 1 only). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| max_depth | No | BFS depth over the inbound reference graph. Default 3. | |
| section_id | Yes | Stable section ID, format owner/repo::doc_path::slug#level |