web_contents
Extract the full text of specific URLs, with optional highlights and a summary. Use when you already know which pages you need, rather than searching for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | The URLs to extract | |
| async | No | If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts. | |
| summary | No | Also return a short summary of each page | |
| highlights | No | Also return the most relevant excerpts |