describe-batch-tables
describe-batch-tablesRetrieve detailed schemas of multiple database tables simultaneously, reducing query time with parallel processing.
Instructions
Gets the detailed schema of multiple tables in parallel for improved performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableNames | Yes | Array of table names to describe | |
| maxConcurrent | No | Maximum number of concurrent operations (default: 5) |