Read an indexed page
fetch_pageReturn the full extracted text of a page already in the index. This serves stored content and does not hit the live site, so it is fast and cannot be blocked. Use it after search to read a result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of an indexed page. | |
| maxChars | No | Truncate the body to this many characters. |