getTableSchema
Retrieve a table's schema with field names, types, and relationships. Understand table structure before querying to identify fields for filtering and sorting, enabling correct GraphQL queries.
Instructions
Get detailed schema information for a specific table including field names, types, and relationships. Use this to understand table structure before querying or to identify available fields for filtering/sorting. Essential for building correct GraphQL queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the table to examine (use listTables first to see available tables) |