list_tables
Retrieve a list of all tables in an SQLite database to identify and manage data structures efficiently.
Instructions
List all tables in the connected database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}