Skip to main content
Glama

Oracle MCP Server

explain_query

Analyze SQL query performance by generating execution plans to identify optimization opportunities and understand database behavior.

Instructions

Get the execution plan for a SQL query to analyze performance

Input Schema

NameRequiredDescriptionDefault
sqlYesSQL query to explain

Input Schema (JSON Schema)

{ "properties": { "sql": { "description": "SQL query to explain", "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/smith-nathanh/oracle-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server