extract_links
Read-onlyIdempotent
Extract links and images from Markdown documents to validate URLs and analyze content structure. Returns a JSON array with link text, URLs, line numbers, and types for SEO auditing and reference checking.
Instructions
Extract all links and images from a Markdown document. Returns a JSON array with link text, URL, line number, and type (inline, reference, image, autolink). Useful for link checking, SEO analysis, or extracting references.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The Markdown text to extract links from. |