Skip to main content
Glama
calebn
by calebn

suggest_handoff_cut_tool

Suggest ripple-delete bounds for narrative handoffs by retaining specified air around each keep and snapping cuts to silence islands, enabling clean transitions.

Instructions

Propose retain-then-snap ripple bounds for a narrative handoff.

Use when cleaning up a transition, leaving a beat, or punchline-to-pivot — not word timestamps and not preview_inaudible_cut_tool (local snap + ~0.4s absorb). Times are timeline seconds. Keeps about retain_sec of existing air on each keep, snaps onto RMS silence islands (not transcript gaps), and returns use_inaudible_opt: false — lock those bounds on ripple_delete_tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hop_msNo
speakerNo
quiet_dbNo
track_idNo
retain_secNo
project_pathYes
keep_left_endYes
min_island_secNo
keep_right_startYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavior: it keeps about retain_sec of air, snaps onto RMS silence islands rather than transcript gaps, uses timeline seconds, and returns use_inaudible_opt: false. It stops short of explicitly stating that the tool is non-destructive, though 'propose' and 'lock those bounds on ripple_delete_tool' strongly imply it.

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 compact and front-loaded with the core purpose, followed by use conditions, exclusions, and algorithmic detail. Every sentence adds value, and the formatting makes the caveats easy to scan.

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 the tool has an output schema, the description need not explain return values. It supplies enough context for selecting and using the tool, including units, algorithm behavior, and downstream tool. The main gap is that several optional tuning parameters are not explained in context, but the defaults and explanatory names mitigate this.

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 0%, so the description must compensate for undocumented parameters. It clarifies retain_sec and the timeline-seconds unit, and it indirectly explains quiet_db/min_island_sec through 'RMS silence islands.' However, hop_ms, speaker, track_id, and several other parameters receive no direct semantic explanation beyond their titles and defaults.

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 states a specific verb and resource: 'Propose retain-then-snap ripple bounds for a narrative handoff.' It also explicitly distinguishes itself from preview_inaudible_cut_tool and from word-timestamp cutting, so the agent can differentiate it from close siblings.

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

Usage Guidelines5/5

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

The description gives concrete when-to-use scenarios ('cleaning up a transition, leaving a beat, or punchline-to-pivot') and explicit when-not-to-use guidance ('not word timestamps and not preview_inaudible_cut_tool'). It also tells the agent what to do with the result: 'lock those bounds on ripple_delete_tool.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools