Skip to main content
Glama

Connect Whisper transcription bus

connect_whisper_transcription_bus

Create a Whisper-compatible transcription scaffold that ingests audio from files, devices, or websocket chunks and includes segment maps, status tables, and privacy notes.

Instructions

Create a Whisper-compatible transcription scaffold with audio/file/chunk ingest, segment maps, status tables, and privacy notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.whisper_transcription_bus
activeNo
audio_fileNo
server_urlNows://127.0.0.1:9030
parent_pathNoParent COMP for the Whisper scaffold./project1
source_modeNoaudio_file
language_hintNoauto
segment_countNo
Behavior3/5

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

Annotations already indicate this is a read-write (not read-only) and non-destructive operation. The description adds context by enumerating the scaffold components, which gives some behavioral expectation. However, it does not disclose side effects, network dependencies, or reversibility, so it adds limited value beyond the annotations.

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 a single concise sentence that front-loads the primary action ('Create'). It packs meaningful detail without waste, though the dense jargon ('segment maps', 'privacy notes') could be more accessible. It is appropriately sized for a tool overview.

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?

For a tool with 8 parameters, no output schema, and sparse annotations, this description is insufficient. It provides a high-level summary but omits critical invocation details such as what each parameter does, how the scaffold connects to Whisper, or what the resulting structure looks like. An agent would struggle to choose and set parameters correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is very low (25%), with most parameters (active, audio_file, server_url, source_mode, language_hint, segment_count) lacking descriptions. The description's mention of 'audio/file/chunk ingest' and 'segment maps' only vaguely maps to parameters like source_mode and segment_count, but it does not explain parameter roles or values. It fails to compensate for the schema gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create') and the specific resource ('Whisper-compatible transcription scaffold'), and lists concrete components (audio/file/chunk ingest, segment maps, status tables, privacy notes). It distinguishes itself from sibling tools by focusing on scaffolding a Whisper transcription bus, though it does not explicitly contrast with similar connect/create tools.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. There is no mention of use cases, prerequisites, or exclusions. The description only describes what the tool does, leaving the agent to infer applicability.

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/Pantani/tdmcp'

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