analyze_document
Read-onlyIdempotent
Analyze Markdown documents to extract detailed statistics including word count, reading time, and structural elements like headings, tables, and code blocks.
Instructions
Analyze a Markdown document and return comprehensive statistics. Returns JSON with: line/word/character/paragraph/sentence counts, heading/code block/table/link/image/list/blockquote counts, and estimated reading time in minutes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The Markdown text to analyze. |