Skip to main content
Glama

TranscriptionTools MCP Server

format_transcript

Convert timestamped transcripts into readable text by removing timestamps and organizing content into paragraphs and lines based on specified time gaps.

Instructions

Transforms timestamped transcripts into naturally formatted text

Input Schema

NameRequiredDescriptionDefault
input_textYesTimestamped transcript text or path to file
is_file_pathNoWhether input_text is a file path
line_gapNoSeconds gap for line breaks
paragraph_gapNoSeconds gap for paragraph breaks

Input Schema (JSON Schema)

{ "properties": { "input_text": { "description": "Timestamped transcript text or path to file", "type": "string" }, "is_file_path": { "default": false, "description": "Whether input_text is a file path", "type": "boolean" }, "line_gap": { "default": 4, "description": "Seconds gap for line breaks", "type": "number" }, "paragraph_gap": { "default": 8, "description": "Seconds gap for paragraph breaks", "type": "number" } }, "required": [ "input_text" ], "type": "object" }

Other Tools from TranscriptionTools MCP Server

Related Tools

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/MushroomFleet/TranscriptionTools-MCP'

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