presence_screenshot
Get a structured content summary of a URL (title, H1, description, body text, links) using a Presence identity's session. HTTP runtime: returns structured text. Full visual screenshots available via Playwright upgrade. CALL FORMAT: presence_screenshot({ identity_id: 'uuid', url: 'https://...' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to screenshot/summarize. | |
| identity_id | Yes | Identity whose session to use. |