Read several indexed pages at once
fetch_pagesLike fetch_page but for up to 20 URLs in one call — the bulk-read counterpart to search_batch, so reading a page of results is one round trip instead of ten. Each page comes back with its cleaned text from the index; URLs not in the index are marked, not fatal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs of indexed pages. | |
| maxChars | No | Truncate each body to this many characters. |