base_databaseList
List all databases or schemas in a Teradata system. Filter by user-created databases or all databases, and optionally persist results as a volatile table.
Instructions
List all databases or schemas available in the Teradata system. ONLY call when the user explicitly asks which databases or schemas exist on the system. Do NOT call this tool as a preliminary step toward listing tables — if the user asks about tables without naming a database, ask them which database they mean rather than discovering databases first.
Arguments: scope - Filter scope: 'user' returns only user-created databases (excludes system databases), 'all' returns every database. persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Filter scope: 'user' returns only user-created databases (excludes system databases), 'all' returns every database. | user |
| persist | No | If True, materializes result as a volatile table and returns table name |