Skip to main content
Glama

submit_zoom_tracks

Transcribe individual participant audio files from Zoom's 'Audio Record' folder, using file names as speaker identifiers.

Instructions

Zoom '참가자별 개별 오디오 파일' 폴더 전사 (화자분리 불필요 — 파일명이 곧 화자). Zoom 설정 > 레코딩 > '각 참가자의 오디오 파일을 개별 녹음'을 켜고 로컬 녹음하면 Documents/Zoom/<회의>/Audio Record/ 에 참가자별 m4a가 생긴다. 그 폴더 경로를 넘길 것.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asrNo
projectNo
dir_pathYes
languageNoko
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only explains what the tool does (transcribe the folder) but does not mention side effects, authorization needs, rate limits, or post-processing behavior. The setup instructions are useful but insufficient for complete transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences: the first states the core purpose, and the second provides setup context. It is front-loaded but could be more structured (e.g., separate parameter hints). Still, it efficiently conveys essential information without verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and annotations, the description is incomplete. It explains the input folder structure but does not cover what the tool returns (e.g., transcribed text), error handling, required permissions, or the role of undocumented parameters. This leaves significant gaps for an agent to use the tool correctly.

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?

The schema has 4 parameters with 0% coverage in the description. The description adds value by explaining that 'dir_path' should point to a Zoom-generated folder path. However, it does not explain 'asr', 'project', or 'language', leaving those parameters undocumented. For a low-coverage schema, the description only partially compensates.

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 that the tool transcribes Zoom's 'individual audio files' folder, specifying that speaker separation is unnecessary because filenames indicate speakers. This distinguishes it from generic transcription tools like 'submit_transcription' among siblings.

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 explicit setup instructions (enabling Zoom recording setting and local storage location) and implies the tool is for the specific folder path. However, it does not explicitly state when not to use this tool or mention alternatives, such as 'submit_transcription' for other cases.

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/moon0825/-MCP'

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