Skip to main content
Glama
Jubstaaa

hono-telescope

Slow queries

slow_queries
Read-only

Identify slow database queries by retrieving recent queries sorted slowest first, with the request context for each. Filter by minimum duration and result count to pinpoint performance bottlenecks.

Instructions

Recent database queries sorted slowest first, each with the request it ran in. Use request_detail on that request to see everything else it did.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many queries to return, slowest first.
minMsNoOnly queries that took at least this many milliseconds.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With readOnlyHint already covering safety, the description adds meaningful behavioral detail: sorting by slowness, recency, and association with the request. The only minor gap is that 'recent' is not precisely defined, but there is no contradiction with the annotations.

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?

Two sentences, front-loaded with the core behavior and a useful follow-up instruction. Every word earns its place, with no filler or redundancy.

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

Completeness4/5

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

For a simple read-only listing tool, the schema and annotations carry much of the burden, and the description covers sorting and request linkage. The slight ambiguity around the time window of 'recent' and the absence of an explicit output shape keep it from being fully complete.

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 description coverage is 100%, and both limit and minMs are already well documented in the input schema. The description adds no parameter-specific detail, 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.

Purpose5/5

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

States exactly what it returns: recent database queries sorted slowest first, with the request that ran them. This clearly distinguishes it from request-centric siblings like recent_requests and recent_exceptions, so an agent can identify the right tool.

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 for when to use this tool: to inspect slow database queries and then drill into the associated request via request_detail. It does not explicitly list alternatives or exclusions, but the workflow is evident enough to guide selection.

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/Jubstaaa/hono-telescope'

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