generate_markdown_toc
Generate a table of contents from Markdown headers with customizable header levels and anchor links.
Instructions
Generate a table of contents from Markdown headers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Markdown content to generate TOC from | |
| maxLevel | No | Maximum header level to include (1-6) | |
| generateAnchors | No | Whether to generate anchor links |