Skip to main content
Glama

Connect Whisper transcription bus

connect_whisper_transcription_bus

Create a Whisper-compatible transcription scaffold for TouchDesigner, handling audio file/device/chunk ingestion, producing 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 readOnlyHint=false, openWorldHint=true, and destructiveHint=false. The description adds that it creates a scaffold, which is consistent with these annotations, but does not disclose additional behavioral traits such as side effects, required permissions, or what the scaffold entails at runtime. It adds some context but not rich detail.

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 sentence that is direct and front-loaded with the main action. It efficiently lists the key components without excessive fluff. However, it is slightly dense with multiple clauses, but still concise.

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?

With 8 parameters, no output schema, and only 25% schema coverage, the description is too brief to provide a complete understanding. It does not mention return values, how the scaffold is connected, or the significance of parameters like server_url or active. The description gives high-level intent but lacks essential operational context.

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 only 25% (only name and parent_path), so the description must compensate. The description mentions 'audio/file/chunk ingest' and 'segment maps' which loosely map to source_mode and segment_count, but it does not explain parameters like audio_file, server_url, active, language_hint, or their meanings. The description adds minimal value beyond the schema.

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 tool creates a Whisper-compatible transcription scaffold with specific components (audio/file/chunk ingest, segment maps, status tables, privacy notes). This distinguishes it from other connect_* and create_* tools. However, the verb 'Create' conflicts slightly with the tool name 'connect', and it doesn't explicitly differentiate from any sibling alternatives.

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 prerequisites, use cases, or when not to use it. The description only states what it does, leaving the agent to infer appropriate usage from the name and 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/lucasmaher-hash/touch-designer-mcp'

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