Skip to main content
Glama

Squish a video into a timestamped visual + audio activity map

squish_video
Idempotent

Turn any local video into timestamped contact-sheet JPEGs with an audio-activity band. Use the sheets to find and cite exact moments without watching the whole clip.

Instructions

Turn a local video file into timestamped contact-sheet JPEG(s) that a vision model can read: frames sampled evenly across the clip, each cell stamped with its timecode, plus an aligned audio-activity band. The band is globally normalized to the full clip and shows energy only — it does not transcribe, classify, or identify sounds. Use peaks to propose where to zoom; use the frames to determine what happened. Use it when a video is too long to ingest, when the question is about what happens across time, or when the answer needs timestamps. One call replaces a whole ffmpeg → extract → montage pipeline — prefer it even if you have a shell. Read the returned sheet file(s) with vision and cite the timecodes. Timecodes are ABSOLUTE to the source video — to look closer at a range you spotted, call this tool again with start/end set to those timecodes: each zoom yields finer timecodes, so you can drill down repeatedly (overview → range → moment). The JSON result includes audio.samples[] with absolute time and normalized level values. Runs entirely on-device; requires ffmpeg on PATH.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoZoom-window end — same formats as start. Omit to run to the end of the clip; values past the end are clamped.
startNoZoom-window start — seconds (67.5) or a timecode as stamped on a sheet ("1:07", "1:07.3"). Absolute in the source video. Omit to start at 0.
densityNoGrid density. 3x3 recovers what happened; denser grids (4x4-6x6) recover how it was done. Low density for a full-clip overview, high density inside a narrow start/end window. Default 3x3.
out_dirNoDirectory for the output sheet(s). Default: beside the input file.
video_pathYesAbsolute path to a local video file (anything ffmpeg decodes)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.1

TDQS

A4.9/5.0
Behavior5/5

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

The description discloses important behavioral traits beyond annotations: timecodes are ABSOLUTE, the audio band is globally normalized and energy-only, the on-device execution, the ffmpeg dependency, and the drill-down zooming behavior. The idempotentHint is consistent with the repeated-call workflow described.

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 long but information-dense, with every sentence adding a distinct, useful fact. It front-loads the core deliverable and then progressively covers usage, limitations, parameter strategy, and prerequisites, without repetition.

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

Completeness5/5

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

For a tool with no output schema, the description compensates by specifying the return shape ('audio.samples[]' with absolute time and normalized level), the output file nature, the visualization workflow, and the environmental requirement. An agent has enough to invoke it correctly and use its results.

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

Parameters4/5

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

Schema coverage is already 100%, so the baseline is 3, but the description adds strategic meaning beyond the schema: 3x3 recovers what happened while 4x4–6x6 recovers how it was done, and zoom calls with start/end produce finer timecodes for repeated drill-down. This helps an agent choose parameter values, not just recognize types.

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 names a specific transformation (video → timestamped contact-sheet JPEGs with an audio activity band) and identifies the vision-model use case. Though there are no sibling tools, it clearly positions itself against the manual ffmpeg pipeline, so there is no ambiguity about what it replaces.

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 explicitly states when to use it: for videos too long to ingest, for time-anchored questions, and whenever timestamps are needed. It also tells the agent when not to rely on it for audio semantics ('does not transcribe, classify, or identify sounds') and directs repeated zooming from overview → range → moment.

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/getsquish/squish'

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