Skip to main content
Glama
Jubstaaa

hono-telescope

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELESCOPE_URLYesThe MCP endpoint your instrumented Hono app serves, e.g. http://localhost:3000/telescope/mcp
TELESCOPE_HEADERNoOptional header sent with every request, e.g. 'Authorization: Basic ...' when the dashboard is behind basic auth

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
recent_exceptionsA

The most recent exceptions, each with the request that produced it and that request's logs, queries and outgoing calls. Start here when something failed.

recent_requestsA

Recent incoming requests with child counts. Filter with minStatus: 400 to find failures that returned an error status without throwing.

request_detailA

One request in full — headers, payload, response body — with every log, query, exception and outgoing call recorded inside it. Nothing is truncated. Reach for it once a list tool has narrowed the search to one request.

slow_queriesA

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.

statsA

How many entries of each type Telescope is holding right now. The counts cover what is still retained: the oldest entries are dropped once storage reaches maxEntries. Read it first to see whether there is anything to look at, then drill in with recent_exceptions or recent_requests.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool maps to a distinct investigation step: stats for overview, recent_exceptions for thrown failures, recent_requests for status-based failures, slow_queries for DB performance, and request_detail for full inspection. There is no pair an agent would realistically confuse after reading the descriptions.

Naming Consistency4/5

All names are snake_case noun phrases with a consistent recent_* prefix for list views and a clear singular request_detail for deep dive. The only minor deviation is the abbreviated stats, but the overall pattern is otherwise uniform.

Tool Count5/5

Five tools is well-scoped for a Telescope observability server: an entry point, two list views, one detail drill-down, and one performance view. There are no redundant tools, and the count fits the purpose comfortably.

Completeness5/5

The tools cover the full inspection workflow: check what is retained, list failures, drill into a single request, and identify slow queries. The workflow has no dead ends because every list tool points toward request_detail for deeper context.

Maintenance

ActivityMaintained
ResponsivenessNo issues