free_extract
Extract the full content of any URL and receive it as clean markdown. Use this to read a specific page from search results.
Instructions
Extract full content from a URL. Returns clean markdown.
Best for: Reading a specific page found in search results. Not recommended for: Bulk extraction — use search first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to extract | |
| max_length | No | Max characters to return |