get_schema
Retrieve database schema for a specific table or all tables in a SQL Server connection. Get column definitions and structure to understand data models.
Instructions
Get database schema information for specific tables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Table name (optional, returns all if not specified) | |
| connection | Yes | Connection name to use |