extract_structure
Read-onlyIdempotent
Extract Markdown document structure into JSON with statistics, heading outlines, code block summaries, and link inventories. Map document architecture and content organization.
Instructions
Extract the full structure of a Markdown document. Returns JSON with document statistics, heading outline, code block summary (language, line count, positions), and link summary (totals by type, unique URL count). Provides a bird's-eye view of document architecture.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The Markdown text to extract structure from. |