list_tables
Search PeopleSoft tables by name pattern or module. Returns matching table names and descriptions.
Instructions
Search for PeopleSoft tables/records by name pattern or module.
:param pattern: Optional search pattern (e.g., 'EMPLOYEE', 'JOB', 'GP_RSLT').
Searches with wildcards automatically.
:param module: Optional module filter. Values:
- 'HR' or 'CORE': Core HR tables (PERSONAL_DATA, JOB, DEPT, etc.)
- 'GP' or 'PAYROLL': Global Payroll tables (GP_*)
- 'EP' or 'PERFORMANCE': ePerformance tables (EP_*)
- 'BN' or 'BENEFITS': Benefits tables (BEN_*, DEPENDENT_*)
- 'SYSTEM': PeopleTools system tables (PS* without underscore)
:param limit: Maximum number of results (default 50)
:return: List of matching tables with descriptions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| module | No | ||
| pattern | No |