get_section_blast_radius
Analyzes the transitive impact of rewriting or restructuring a section by walking its inbound reference graph, returning a normalized blast score to gauge disruption.
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 | ||
| section_id | Yes | Stable section ID, format owner/repo::doc_path::slug#level | |
| max_depth | No | BFS depth over the inbound reference graph. Default 3. |