read_text
Read the full text content of a UI element or container using its ID from a snapshot.
Instructions
Return text content exposed by an element or container.
Some backends expose aggregate descendant text for containers.
Pass a container ID from snapshot() to read an entire section,
article, dialog, or document body when the backend supports it.
Workflow: snapshot() to find the right container, read_text(id)
to read its full contents.
Args:
element_id: The element or container ID to read text from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |