Skip to main content
Glama
Zlash65

PostgreSQL SSH MCP Server

by Zlash65

list_long_running_queries

Identify database queries exceeding a given duration threshold to detect and address performance bottlenecks.

Instructions

List queries running longer than a threshold.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minDurationSecondsNoMinimum duration in seconds (default: 5)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

With no annotations, the description must fully disclose behavioral traits, but it only states the basic action. It does not explain what happens when no queries meet the threshold, whether system queries are included, or what the output list contains. This is a critical gap for a query listing tool.

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

Conciseness3/5

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

The description is a single sentence, which is concise but lacks necessary detail. It is front-loaded but too brief to be effective; every sentence should earn its place, and this one barely provides enough information.

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

Completeness2/5

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

Given the presence of an output schema, the description could rely on it for return values, but it still fails to explain the purpose of the tool in the broader context (e.g., performance monitoring). The threshold concept is only implied, and the tool's integration with other database tools is not mentioned.

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

Parameters3/5

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

Schema coverage is 100% with the parameter minDurationSeconds having a clear description and default. The tool description adds no extra meaning beyond the schema, so the baseline of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the action ('List queries') and the condition ('running longer than a threshold'), distinguishing it from other list tools like list_tables or list_active_connections. However, it could be more specific about the scope (e.g., 'on the current database') to fully differentiate from potential sibling tools.

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

Usage Guidelines2/5

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 like list_active_connections or execute_query. There is no mention of context (e.g., monitoring performance, troubleshooting) or when not to use it.

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

Install Server

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/Zlash65/postgresql-ssh-mcp'

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