get-table-schema
Retrieve detailed table schema including RLS policies, indexes, and constraints to understand database structure and implement secure data access.
Instructions
Returns the detailed schema(including RLS, indexes, constraints, etc.) of a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | API key for authentication (optional if provided via --api_key) | |
| tableName | Yes | Name of the table |