convert_multiple_to_markdown
Convert multiple web pages into clean Markdown format for LLM consumption. Specify URLs and optional AI model or instructions.
Instructions
Convert multiple URLs to Markdown using AI via ReviewWeb.site API. Turn multiple web pages into LLM-friendly content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of URLs to convert to Markdown | |
| model | No | AI model to use for conversion | |
| instructions | No | Optional custom conversion guidance for the AI | |
| delayAfterLoad | No | Optional delay after page load in milliseconds | |
| maxLinks | No | Maximum number of URLs to process | |
| debug | No | Whether to enable debug mode | |
| api_key | No | Your ReviewWebsite API key |