fetch_url
Convert any web page to Markdown with title and meta description, respecting robots.txt. Pull external content for WordPress posts or pages, with pagination for long pages.
Instructions
Fetch any web page by URL (not limited to the configured WordPress site) and return its content converted to Markdown, plus title and meta description. Respects the site's robots.txt for this tool's user agent. Useful for pulling content from another page to turn into a WordPress post/page via wp_create_post/wp_create_page. Long pages are paginated: if the result says content was truncated, call again with start_index set to the given value. Pass raw:true to get unprocessed HTML instead of Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| url | Yes | ||
| max_length | No | ||
| timeout_ms | No | ||
| start_index | No |