get_table_schema
Retrieve column definitions for a specific table using the table name and optional schema. Supports PostgreSQL, MySQL, and SQLite.
Instructions
Get the schema (column definitions) for a specific table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Database schema name (default: None, uses default schema for the database) | |
| table_name | Yes | Name of the table |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |