list_tables
Discover available tables in the PeopleSoft database by name pattern. Filter results case-insensitively to locate matching tables before writing SQL queries.
Instructions
List tables available in the local database, optionally filtered by
a name pattern.
Use this tool FIRST to discover what tables exist before writing queries.
:param pattern: Optional substring to filter table names (case-insensitive)
:return: List of matching tables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No |