Skip to main content
Glama

framedeck_extract

Extract visually distinct frames from a video URL or local file to answer visual questions about its content. Returns absolute file paths for each frame so you can read them as images.

Instructions

Download a video (TikTok, Instagram, YouTube, X, or a local file path) and extract the handful of visually distinct frames, skipping near-duplicates. Returns a manifest with an absolute file path per frame — read those paths as images to actually see the video. Use this whenever you are asked about the contents, design, or UI of a video.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesVideo URL, or an absolute path to a local video file.
widthNoFrame width in px. Lower it to save tokens when reading.
out_dirNoWhere to write frames. Defaults to a temp directory.
thresholdNoScene-change sensitivity; lower finds more cuts.
max_framesNoFrame budget. 8–14 suits most short videos.
contact_sheetNoAlso render one grid image of every frame.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool downloads videos (including from local paths), skips near-duplicates, returns absolute file paths, and that those paths must be read as images to see the video. It does not mention potential network/auth requirements or failure modes, but the key behavior is clearly conveyed.

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?

Three sentences with no fluff: the first states the core action, the second explains the output and how to use it, and the third gives usage context. Purpose is front-loaded, and every sentence earns its place.

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?

Despite having no output schema and 6 parameters, the description plus schema provide enough to call the tool correctly. It explains the manifest return value and that frames are returned as paths to read. It could mention the contact-sheet output, but that is captured in the schema, so the gap is minor.

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 the baseline is 3. The description does not add parameter-specific meaning; it simply gives overarching context about frame extraction, which is already supported by the schema's field-level descriptions.

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 action ('extract') and resource ('visually distinct frames from a video'), and names supported sources. It also tells the agent when to use it ('whenever you are asked about the contents, design, or UI of a video'), which distinguishes it from the sibling framedeck_info by use case.

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

Usage Guidelines4/5

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

It gives an explicit when-to-use condition: 'Use this whenever you are asked about the contents, design, or UI of a video.' It does not explicitly say when not to use it or compare with the sibling framedeck_info, so it stops short of a full 5.

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

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/nurhikam/framedeck'

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