List Views
listViewsList all views in your SQLite database to discover available views and verify their existence before querying.
Instructions
List all views in the connected SQLite database.
<what_it_returns> A sorted JSON array of view name strings. </what_it_returns>
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nextCursor | No | Opaque cursor pointing to the next page. Absent when this is the final page. | |
| views | Yes | Sorted list of view names for this page. |