List Views
listViewsRetrieve all views in the connected SQLite database to explore available views or verify a view exists before querying.
Instructions
List all views in the connected SQLite database.
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. |