cloak_get_content
Extract text or HTML content from a specific element or the entire page using CSS selectors. Control output type and maximum length.
Instructions
Get text or HTML content of an element or the entire page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector. | body |
| text_only | No | Return text only (vs innerHTML). | |
| max_length | No | Max content length. |