Skip to main content
Glama

import_transcript

Imports external transcript data with word-level timestamps into podcli, bypassing built-in Whisper transcription for direct use.

Instructions

Import an external transcript (e.g. from a transcription service) into the UI. Skips Whisper entirely. The transcript must include word-level timestamps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesPath to the video file the transcript belongs to
transcriptYesTranscript data with word-level timestamps
Behavior3/5

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

No annotations provided, so description carries the burden. It discloses skipping Whisper and the requirement for word-level timestamps, which are key behaviors. However, it does not mention side effects (e.g., overwrites existing transcript?), authorization needs, or rate limits. Adequate but not comprehensive.

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 with zero waste: first sentence states purpose and exceptions, second states a critical requirement. 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?

Given no output schema, the description could mention what is returned after import (e.g., success status). However, the tool is simple and the description covers the core functionality well. Slight gap but overall complete for its context.

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?

Input schema has 100% coverage with descriptions for all properties and nested objects. The description emphasizes 'word-level timestamps' which is already in schema, adding no new semantic value. Baseline of 3 is appropriate as schema does the heavy lifting.

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?

Clearly states the action (import), the resource (external transcript), and distinguishes from transcription services by stating 'Skips Whisper entirely'. The verb 'import' and noun 'external transcript' are specific, and the description differentiates this tool from siblings like 'transcribe_start'.

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?

Explicitly says 'Skips Whisper entirely' (when not to use this tool) and requires word-level timestamps as a prerequisite. While it doesn't name alternatives directly, the context implies using 'transcribe_start' for Whisper-based transcription, providing clear usage context.

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/nmbrthirteen/podcli'

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