base_tableList
Retrieve a comprehensive list of all tables within a specified database using the Teradata MCP Server. Simplify database management and analysis by accessing organized table information.
Instructions
Lists all tables in a database.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| database_name | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "database_name": {
      "title": "Database Name",
      "type": "string"
    }
  },
  "required": [
    "database_name"
  ],
  "title": "_dynamic_toolArguments",
  "type": "object"
}