describe-batch-tables
describe-batch-tablesRetrieve detailed schema information for multiple Firebird database tables concurrently, improving performance compared to sequential requests.
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) |