Skip to main content
Glama

MCP Firebird

describe-batch-tables

Retrieve detailed schema information for multiple Firebird database tables in parallel to optimize performance and streamline database analysis workflows.

Instructions

Gets the detailed schema of multiple tables in parallel for improved performance.

Input Schema

NameRequiredDescriptionDefault
maxConcurrentNoMaximum number of concurrent operations (default: 5)
tableNamesYesArray of table names to describe

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxConcurrent": { "default": 5, "description": "Maximum number of concurrent operations (default: 5)", "maximum": 10, "minimum": 1, "type": "integer" }, "tableNames": { "description": "Array of table names to describe", "items": { "minLength": 1, "type": "string" }, "maxItems": 20, "minItems": 1, "type": "array" } }, "required": [ "tableNames" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PuroDelphi/mcpFirebird'

If you have feedback or need assistance with the MCP directory API, please join our Discord server