describe_table
Retrieve the structure of a PeopleSoft table to see all fields, their types, and descriptions before writing queries.
Instructions
Get the structure of a PeopleSoft table/record including all fields,
their types, lengths, and descriptions.
Use this tool FIRST when you need to understand what fields are available
in a table before writing queries.
:param table_name: The PeopleSoft record name (e.g., 'PERSONAL_DATA', 'JOB', 'DEPT_TBL').
Can include or exclude the 'PS_' prefix.
:return: List of fields with their properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |