purodelphi
Enables secure access to Firebird SQL databases through natural language, supporting table listing, schema descriptions, query execution, and field metadata retrieval with comprehensive security features like data masking and operation restrictions.
Executes a SQL query in the Firebird database. Uses FIRST/ROWS for pagination.
Lists all user tables in the current Firebird database.
Gets the detailed schema (columns, types, etc.) of a specific table.
Gets the stored descriptions for fields of a specific table (if they exist).
Analyzes the performance of a SQL query by executing it multiple times and measuring execution time
Gets the execution plan for a SQL query to understand how the database will execute it
Analyzes a SQL query to identify missing indexes that could improve performance
Creates a backup of the Firebird database
Restores a Firebird database from a backup
Validates the integrity of the Firebird database
Executes multiple SQL queries in parallel for improved performance.
Gets the detailed schema of multiple tables in parallel for improved performance.
Obtiene información sobre el servidor MCP Firebird y las herramientas disponibles
Lista todas las herramientas disponibles en el servidor MCP
Obtiene información detallada sobre una herramienta específica
Verifica el estado de salud del sistema y la conectividad de la base de datos
No additional configuration required