Skip to main content
Glama

vocametrix_classify_stuttering

Classify stuttering disfluency patterns in a speech recording. Returns disfluency types, severity score, and fluency rate with automatic polling for results.

Instructions

Classify stuttering disfluency patterns in a speech recording (async, ~30–120 seconds). Returns disfluency types (repetitions, prolongations, blocks), severity score, and fluency rate. The tool polls the result automatically — no separate status call needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audioPathYesAbsolute path to a WAV audio file on the local filesystem
pollIntervalMsNoPolling interval in ms while waiting for result (default 5000)
timeoutMsNoMaximum wait time in ms before giving up (default 620000 = ~10 min)
Behavior3/5

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

With no annotations, the description carries full burden. It discloses async processing and automatic polling, and lists return types. However, it omits details like required audio format constraints (beyond 'WAV' from schema), potential error conditions, or rate limits. Adequate but not thorough.

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?

The description is two sentences, front-loading purpose and output, then explaining behavioral trait (auto-polling). Every sentence adds value with no redundancy.

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 and average complexity (async polling), the description covers purpose, output, and auto-polling behavior. It lacks explicit constraints like audio length limits (implied 30-120s) and error handling, but is mostly sufficient for agent invocation.

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?

Schema description coverage is 100%, so baseline is 3. The description adds no parameter-specific information beyond the schema; it does not explain polling interval or timeout semantics beyond what the schema already provides.

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 the tool classifies stuttering disfluency patterns in speech recordings, listing specific output types (repetitions, prolongations, blocks) and metrics. It distinguishes from sibling tools which focus on other voice metrics or therapy tasks.

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?

The description provides no explicit guidance on when to use this tool versus alternatives like vocametrix_assess_pronunciation or vocametrix_calculate_* tools. It implicitly describes the async behavior but does not specify conditions where this tool is preferable.

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/pmarmaroli/vocametrix-mcp'

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