list_tables
List all tables in a database schema, with optional schema specification. Supports PostgreSQL, MySQL, and SQLite.
Instructions
List all tables in the specified schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Database schema name (default: None, uses default schema for the database) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |