describe_table
Retrieve column names and data types for a specified table in an InterSystems IRIS database.
Instructions
Show columns and types for a table. Args: ctx: The context of the tool call. table_name: The name of the table to describe. table_schema: The schema of the table to describe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| table_schema | No | SQLUser |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |