Skip to main content
Glama

MCP Firebird

analyze-query-performance

Measure and optimize SQL query execution time by running it multiple times and averaging results. Supports parameterized queries and customizable iterations for Firebird databases.

Instructions

Analyzes the performance of a SQL query by executing it multiple times and measuring execution time

Input Schema

NameRequiredDescriptionDefault
iterationsNoNumber of times to run the query for averaging performance
paramsNoParameters for parameterized queries
sqlYesSQL query to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "iterations": { "default": 3, "description": "Number of times to run the query for averaging performance", "exclusiveMinimum": 0, "type": "integer" }, "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" }

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