brain_db_schema
List tables in a local SQLite database or inspect a table's columns, indexes, and row count. Read-only operation via sqlite3 CLI with input validation for safety.
Instructions
List tables in the configured local SQLite database, or (with table) inspect one table's columns/indexes/row count. Read-only via the system sqlite3 CLI; table names are validated to prevent injection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No |