Skip to main content
Glama

get_retrieval_telemetry

Read retrieval telemetry rows ordered newest-first. Select by query_id, session_id, topic, or recent using selector precedence.

Instructions

Read retrieval telemetry rows (issue #5). Selector precedence: query_id > session_id > topic > recent. Returns newest-first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
query_idNoReturn the single row for this query_id.
session_idNoReturn rows for this session_id (newest-first).
topicNoReturn rows for this topic (newest-first).
limitNoMax rows for session_id/topic/recent selectors (default 50, clamped to 500). Ignored for query_id.
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses ordering (newest-first) and selector precedence, but does not mention idempotency, authentication needs, rate limits, or side effects. Some transparency is present but not comprehensive.

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?

The description is two sentences, front-loaded with purpose and key behavior. No filler; every sentence earns its place.

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

Completeness3/5

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

Given no output schema and no annotations, the description is fairly complete for a read tool with simple parameters. However, it lacks description of return structure or fields, which could aid understanding.

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 coverage is 100% with parameter descriptions. The description adds valuable context: selector precedence (query_id > session_id > topic > recent) and that limit is ignored for query_id, which is not in the schema.

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 reads retrieval telemetry rows, specifies selector precedence (query_id > session_id > topic > recent), and indicates ordering. It distinguishes from siblings like 'get_telemetry_stats' by being row-level.

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

Usage Guidelines3/5

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

The description implies when to use based on selector choice, but does not explicitly contrast with alternatives or state when not to use. It provides selector precedence, which helps in usage decisions.

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/davidgut1982/lore-mcp'

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