save_content_as_markdown
Save web page content as a markdown file by extracting text or HTML, targeting specific elements with CSS selectors and customizing output formatting.
Instructions
Extract page content and save it as a formatted markdown file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path where the markdown file should be saved (must end with .md) | |
| selector | No | Optional CSS selector to extract content from specific element | |
| contentType | No | Type of content to extract and convert | text |
| formatOptions | No | Options for markdown formatting |