describe-batch-tables
describe-batch-tablesFetch detailed schema for multiple Firebird tables concurrently, speeding up database analysis and reducing round trips.
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) |