MCP Firebird

by PuroDelphi
Verified
MIT License
2,147
4
  • Apple
  • Linux

get-execution-plan

Analyze SQL queries to retrieve execution plans, identifying how Firebird databases process and optimize query execution for improved performance.

Instructions

Gets the execution plan for a SQL query to understand how the database will execute it

Input Schema

NameRequiredDescriptionDefault
paramsNoParameters for parameterized queries
sqlYesSQL query to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "params": { "description": "Parameters for parameterized queries", "items": { "anyOf": [ { "anyOf": [ { "type": [ "string", "number" ] }, { "type": "boolean" } ] }, { "type": "null" } ] }, "type": "array" }, "sql": { "description": "SQL query to analyze", "minLength": 1, "type": "string" } }, "required": [ "sql" ], "type": "object" }
ID: jh98erzet6