Skip to main content
Glama

MCP Firebird

analyze-missing-indexes

Identifies missing indexes in a Firebird SQL query to optimize database performance and enhance query execution efficiency.

Instructions

Analyzes a SQL query to identify missing indexes that could improve performance

Input Schema

NameRequiredDescriptionDefault
sqlYesSQL query to analyze for missing indexes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sql": { "description": "SQL query to analyze for missing indexes", "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