get_schema
Retrieve exact CREATE statements for all tables, indexes, views, and triggers to inspect a SQLite database schema, with optional system tables.
Instructions
The CREATE statements of every table, index, view and trigger, exactly as stored. View descriptions appear as '-- description:' comments. The server's own tables are hidden unless include_system is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_system | No |