apex_describe_table
Retrieve table schema details including columns, data types, primary keys, and foreign keys, with caching for quick access.
Instructions
Describe table columns, types, PKs, and FKs. Cached per session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name (case-insensitive). | |
| force_refresh | No | Bypass cache and fetch fresh from DB (default False). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |