MCP Firebird
Skills
list-tables
Lists all user tables in the current Firebird database.
execute-query
Executes a SQL query in the Firebird database. Uses FIRST/ROWS for pagination.
get-tool-help
Obtiene información detallada sobre una herramienta específica
describe-table
Gets the detailed schema (columns, types, etc.) of a specific table.
backup-database
Creates a backup of the Firebird database
get-server-info
Obtiene información sobre el servidor MCP Firebird y las herramientas disponibles
restore-database
Restores a Firebird database from a backup
validate-database
Validates the integrity of the Firebird database
get-execution-plan
Gets the execution plan for a SQL query to understand how the database will execute it
system-health-check
Verifica el estado de salud del sistema y la conectividad de la base de datos
list-available-tools
Lista todas las herramientas disponibles en el servidor MCP
describe-batch-tables
Gets the detailed schema of multiple tables in parallel for improved performance.
execute-batch-queries
Executes multiple SQL queries in parallel for improved performance.
get-field-descriptions
Gets the stored descriptions for fields of a specific table (if they exist).
analyze-missing-indexes
Analyzes a SQL query to identify missing indexes that could improve performance
analyze-query-performance
Analyzes the performance of a SQL query by executing it multiple times and measuring execution time