Skip to main content
Glama
barkya28

pg-inspect-mcp

by barkya28

explain_query

Get a JSON query plan for SELECT or WITH queries without executing them, enabling safe performance analysis and optimization.

Instructions

Return the JSON query plan (EXPLAIN, no execution) for a SELECT/WITH query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the burden. It discloses the most important behavioral trait: the query is not executed, only explained. It also states the output is a JSON plan and limits input to SELECT/WITH queries, which is meaningful behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One compact sentence conveys the action, the output format, the non-execution guarantee, and the accepted query type. There is no filler or redundant restating of the tool name.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with an output schema available, the description is complete: it states what input is accepted, what behavior to expect (EXPLAIN only), and what output is returned. No critical information is missing for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It does by identifying the single parameter as a SELECT/WITH query for which the plan is returned. This gives the parameter functional meaning beyond the bare schema type 'string'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Return') and a concrete resource ('JSON query plan'), and explicitly notes 'EXPLAIN, no execution' for 'SELECT/WITH' queries. This clearly distinguishes the tool from schema/table inspection siblings like describe_table or list_tables.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context: use this to get an EXPLAIN plan without executing the query, and it is scoped to SELECT/WITH queries. It does not explicitly name alternative tools or exclusions, but the sibling set is different enough that the intended use is reasonably clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/barkya28/pg-inspect-mcp'

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