Skip to main content
Glama
aminehamlouchi

InterLogue

Download recording (not in this build)

download_recording

Returns the timestamped transcript record for a supplied transcript ID; no audio is fetched or stored in this build.

Instructions

Cut-list stub. No audio is fetched or stored by this build; the timestamped transcript is the record. Any transcript_id gets the same answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transcript_idYesIgnored. Kept so the tool has a stable shape.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses that no audio is fetched or stored, that the timestamped transcript is the record, and that input is ignored. It does not discuss return format or edge cases, but the core stub behavior is transparent.

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 short sentences, front-loaded with the essential stub status. Every sentence adds useful information without waste.

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 stub tool with no annotations and no output schema, the description is nearly sufficient: it explains the no-op behavior and that the transcript is the record. It could more explicitly describe the shape of the returned answer, but the agent has enough to call it correctly.

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 already says transcript_id is ignored. The description adds that any transcript_id gets the same answer, which is marginally useful, but otherwise the schema does the heavy lifting. Baseline 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 this is a cut-list stub, not a real download, and explains that no audio is fetched or stored. That distinguishes it from a functional download, though it does not explicitly contrast it with the sibling fetch_transcript tool.

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?

The description gives no when-to-use guidance or alternatives. It only notes that any transcript_id returns the same answer, which is behavioral context rather than routing guidance.

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