Skip to main content
Glama
tinhvqbk

memobot-mcp

by tinhvqbk

get_recording_transcript

Retrieve the full transcript and audio file URL for a specific recording by providing its audio ID.

Instructions

Returns the raw recording detail for one audioId, including its transcript and (when present) a pre-signed, unauthenticated URL to the audio file itself.

Unverified: the account this server was built against had zero recordings, so
this endpoint's exact response schema was never confirmed against real data.
The transcript is reported to live under content.document.children as
paragraphs of word tokens (each with text + stime/etime in ms) — read the raw
JSON returned here rather than assuming a parsed/flattened structure.

Args:
    audio_id: The recording's _id, from list_recordings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audio_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the endpoint's response schema was never confirmed against real data (unverified), and provides detailed internal structure of the transcript. This adds significant behavioral context beyond what the schema provides.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose in the first sentence. It includes a warning paragraph and an Args section. While the warning paragraph is lengthy, it is informative. Overall concise and well-structured, though the warning could be slightly more integrated.

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?

Given the presence of an output schema, the description does not need to explain return values, but it does explain the transcript structure and warns about unverified data. This provides sufficient context for an agent to use the tool correctly.

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 schema has 0% description coverage, but the description adds meaning by explaining audio_id as 'The recording's _id, from list_recordings.' This compensates for the lack of schema descriptions and provides necessary context for correct invocation.

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 returns the raw recording detail for one audioId, including transcript and audio URL. It distinguishes from sibling tools like list_recordings and get_recording_summary by specifying it returns full detail for a single recording.

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 usage after list_recordings by stating the audio_id is from list_recordings, but does not explicitly provide when-not-to-use or alternatives like get_recording_summary. Usage context is implied but not fully clarified.

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/tinhvqbk/memobot-mcp'

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