comet_read_page
Extract readable text from the current page, optionally targeting specific elements with a CSS selector, including links, and limiting response length.
Instructions
Read the text content of the current page in Comet.
Args: selector: Optional CSS selector to read specific content. include_links: Whether to include href URLs from links. max_length: Maximum characters to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| max_length | No | ||
| include_links | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |