Fireflies MCP Server

fireflies_get_transcript_details

Retrieve a formatted meeting transcript with speaker details, metadata, and summary using the transcript ID from the Fireflies.ai API.

Instructions

Retrieve detailed information about a specific transcript. Returns a human-readable formatted transcript with speaker names and text, along with metadata and summary information.

Input Schema

NameRequiredDescriptionDefault
transcript_idYesID of the transcript to retrieve

Input Schema (JSON Schema)

{ "properties": { "transcript_id": { "description": "ID of the transcript to retrieve", "type": "string" } }, "required": [ "transcript_id" ], "type": "object" }

You must be authenticated.

Other Tools from Fireflies MCP Server

Related Tools

ID: 0q6f93zjkb