list_database_tables
Retrieve all available tables within a specified Panther Database to understand data structure and log types for security monitoring queries.
Instructions
List all available tables in a Panther Database.
Required: Only use valid database names obtained from list_databases
Returns: Dict containing: - success: Boolean indicating if the query was successful - tables: List of tables, each containing: - name: Table name - description: Table description - log_type: Log type - database: Database name - message: Error message if unsuccessful
Permissions:{'all_of': ['Query Data Lake']}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | The name of the database to list tables for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||