Skip to main content
Glama
jwulff

Apple Voice Memo MCP Server

by jwulff

get_transcript

Extract the transcript embedded in an Apple Voice Memo recording. Choose from text, JSON, or timestamped format.

Instructions

Extract and return the transcript from a voice memo. Transcripts are stored by Apple inside the audio file. Returns plain text, structured JSON, or timestamped segments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the voice memo
formatNoOutput format: 'text' for plain text, 'json' for structured data, 'timestamped' for text with timestamps (default: text)
Behavior2/5

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

No annotations are provided, so the description must bear the full burden. It discloses that transcripts are stored inside the audio file by Apple, adding some context. However, it does not mention prerequisites (e.g., whether all voice memos have transcripts), error behavior, or side effects. The output formats are described but not the underlying data structure.

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?

Two sentences, no filler. The first sentence states the core function, and the second adds key detail about output formats and source. Front-loaded and efficient.

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 simple tool with two parameters and no output schema, the description covers the main purpose, source, and output formats. It could mention potential failure cases (e.g., no transcript available), but overall it is adequate for agent understanding.

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 coverage is 100%, so baseline is 3. The description adds context about the 'format' parameter values and the default ('text'), which is slightly beyond the schema's enum descriptions. However, it does not explain the 'id' parameter beyond what is 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's action: 'Extract and return the transcript from a voice memo.' It specifies the source (Apple inside the audio file) and three output formats, distinguishing it from siblings like transcribe_memo (which likely generates transcripts) and get_audio (which returns audio).

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 does not explicitly state when to use this tool versus alternatives. It implies that it works on existing Apple-stored transcripts, but there is no direct guidance excluding transcription generation or when to prefer other tools.

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/jwulff/apple-voice-memo-mcp'

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