Skip to main content
Glama
Jubstaaa

hono-telescope

Telemetry counts

stats
Read-only

View current counts of retained entries by type to see what data is available, then decide whether to inspect exceptions or requests.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds valuable behavioral context beyond that: counts reflect only retained entries, and oldest entries are dropped once storage reaches maxEntries. This helps the agent interpret results correctly, though it doesn't detail return format or exact counts semantics.

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?

Three sentences with no filler: purpose, retention caveat, and usage guidance. The most important information is front-loaded and every sentence adds value.

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 parameterless, read-only summary tool, the description is complete. It tells the agent what counts are shown, how retention affects the data, and how to proceed using sibling tools. No output schema exists, but the simple nature of the result makes this acceptable.

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?

The tool has zero parameters and schema coverage is 100%, so there are no parameter semantics to document. The description effectively communicates that no inputs are needed and that the tool provides a snapshot of current telemetry counts.

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 clearly states the tool counts entries of each type currently retained by Telescope, using a specific verb ('How many entries... holding') and resource. It distinguishes itself from sibling tools by describing its aggregate summary nature rather than individual records.

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

Usage Guidelines5/5

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

The description explicitly routes the agent: 'Read it first... then drill in with recent_exceptions or recent_requests.' This gives clear when-to-use guidance and names the relevant alternatives, leaving no ambiguity about the tool's place in the workflow.

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