Skip to main content
Glama
Dot-Fun

Fathom AI MCP Server

by Dot-Fun

get_transcript

Retrieve the transcript for a specific meeting recording, complete with speaker attribution and timestamps. Optionally deliver it asynchronously to a provided destination URL.

Instructions

Get the transcript for a specific meeting recording.

If destination_url is provided, the transcript will be delivered asynchronously to that URL. Otherwise, the transcript is returned directly. The transcript includes speaker information, text, and timestamps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recording_idYesThe ID of the meeting recording
destination_urlNoOptional URL for async transcript delivery

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full disclosure burden. It explicitly reveals the asynchronous delivery behavior when destination_url is provided, versus synchronous return otherwise, and describes the transcript contents. This is valuable behavioral context beyond basic operation, though it does not cover potential errors or prerequisites.

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-loads the primary purpose, and efficiently explains the conditional behavior. Every sentence earns its place with no fluff or repetition.

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 tool's low complexity and presence of an output schema (though not shown), the description sufficiently explains the return content and the async option. It could mention error conditions or required permissions, but for a focused transcript retrieval tool, the information is reasonably complete.

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 input schema covers 100% of parameters with descriptions, so baseline is 3. The description adds meaningful semantics by explaining that providing destination_url changes delivery mode to asynchronous, which is not evident from the schema alone. This elevates the score.

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 retrieves a transcript for a specific meeting recording, using the verb 'Get' and identifying the resource (transcript). It distinguishes from siblings like get_summary by specifying transcript content including speaker information, text, and timestamps.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool: when a transcript is needed, and clarifies two usage modes based on destination_url (async vs sync). It does not explicitly mention alternatives or exclusions, but the context signals and sibling names make the purpose distinct enough.

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/Dot-Fun/fathom-mcp'

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