etabs_get_table_data
Retrieve data from a specified ETABS database table, with optional filtering by group name.
Instructions
Get the contents of a specific database table.
Args: table_key: The internal key of the table (from get_available_tables). group_name: Optional group name to filter results (default "" means all).
Returns: JSON object containing table fields and row data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_key | Yes | ||
| group_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |