get_view_size
Get the character count of any open tab by name (partial, case-insensitive) or the active tab. Use before get_view_chars to compute offsets like begin=size-5000.
Instructions
Return the total character count of any open tab by name (partial match, case-insensitive). Use before get_view_chars to compute offsets — e.g. begin=size-5000, end=size for the tail. Omit name for the active view.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No |