Explain Plan
explain_planGenerate an Oracle SQL execution plan to analyze query performance and identify bottlenecks.
Instructions
Generate execution plan for a SQL query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to analyze |
explain_planGenerate an Oracle SQL execution plan to analyze query performance and identify bottlenecks.
Generate execution plan for a SQL query
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to analyze |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It states that an execution plan is generated but does not mention whether the operation is read-only, requires permissions, has side effects, or what the output format is.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no redundant wording. It efficiently conveys the basic purpose without unnecessary detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite the tool's simplicity, the lack of annotations and output schema means the description should provide more context about expected behavior and returns. It only covers purpose, leaving usage, safety, and result format unaddressed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already describes the single parameter 'sql' as 'SQL query to analyze', and the tool description essentially repeats this. With 100% schema description coverage, the description adds no extra meaning, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function with a specific verb ('Generate') and resource ('execution plan') for a SQL query. It distinguishes from siblings like 'query' and 'execute' by focusing on plan generation rather than execution.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as 'query' or 'execute'. The description does not specify contexts, exclusions, or mention sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mesquitadev/mcp-oracle-db'
If you have feedback or need assistance with the MCP directory API, please join our Discord server