get_database_status
Verify the active database connection, engine type (SQLite/PostgreSQL), and list available tables at session start to confirm database status.
Instructions
Check the connection status and details of the active database.
When to use: Use this tool at the start of a session or when you need to verify which database engine (SQLite or PostgreSQL) is connected and list the available tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||