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
Returns a description of all available MCP tools (methods)
Returns a description of a specific MCP tool (method)
Tests connectivity to the Firebird MCP server
Absolute path to the Firebird database file
Port for SSE transport (if transportType is 'sse')
Logging level (debug, info, warn, error)
Hostname of the Firebird database server
Port for the Firebird database
Database user
Transport type: 'stdio' for local or 'sse' for server-sent events
Database password