get-table-schema
Retrieve the schema of a table in either markdown or JSON format to analyze or document its structure. Use this tool to simplify database schema exploration and integration.
Instructions
Browse the schema of a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format: 'markdown' for readable documentation or 'json' for complete schema | markdown |
table_id | Yes | ID of the table to get schema from |