list_tables
List all user tables and views in a SQLite database, excluding internal sqlite_* tables, to retrieve a JSON array with names and a count.
Instructions
List all user tables and views in the database (excludes internal sqlite_* tables). Returns a JSON object: {"tables": ["table1", "table2", ...], "count": N}. This is a read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||