Skip to main content
Glama

media_scene_detect

Detect scene changes in video for automatic clip segmentation. Adjust sensitivity with threshold parameter.

Instructions

Detect scene changes in video.

Useful for automatic clip segmentation.

Args: path: Path to video file threshold: Scene change sensitivity (0.0-1.0, lower = more sensitive)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
thresholdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description bears full burden. It implies a read-only operation via 'detect' but does not explicitly state non-destructiveness, dependencies, or output format. Missing details on side effects or prerequisites.

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?

Extremely concise: one-line purpose, one-line utility hint, and structured arg descriptions. Every sentence is valuable with no redundancy. Front-loaded with core action.

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?

For a simple detection tool with an output schema, the description covers purpose and parameters adequately. Could mention file format support or dependencies, but overall sufficient given the tool's simplicity.

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

Parameters5/5

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

Schema description coverage is 0%, so description fully explains both parameters: path as 'Path to video file' and threshold as 'Scene change sensitivity (0.0-1.0, lower = more sensitive)'. Adds meaning beyond schema types 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?

Description clearly states the tool detects scene changes in video using 'Detect scene changes in video'. It is distinct from sibling media detection tools like media_detect_beats and media_detect_silence.

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?

States 'Useful for automatic clip segmentation' which provides context for when to use. Does not explicitly exclude cases or name alternatives, but the use case is clear and distinct from siblings.

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/dreliq9/fcp-mcp'

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