Skip to main content
Glama

get_edit_plan_tool

Generates a video editing plan by analyzing subtitles and audio to detect highlight moments. The plan is returned for human review before final clipping.

Instructions

生成剪辑方案但不执行,返回方案供人工审核。审核通过后调用 smart_clip 执行。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_pathYes输入视频文件路径
intentNo剪辑意图,自然语言描述提取精彩片段
clip_countNo期望输出的片段数量
clip_duration_minNo单片段最短秒数
clip_duration_maxNo单片段最长秒数

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 that the tool is non-destructive (generates plan, does not execute), returns a plan for human review, and requires subsequent execution via smart_clip. This gives sufficient behavioral clarity for a planning tool.

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 a single sentence that efficiently conveys the tool's purpose, non-execution nature, and the subsequent execution step. Every clause is necessary and contributes to understanding. No wasted words.

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?

With 5 parameters all described in the schema and an output schema (though not shown), the description adequately explains the tool's role in the workflow. It could mention the output format or that the plan is suitable for input to smart_clip, but given the output schema existence, this is acceptable.

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?

The input schema has 100% description coverage, so each parameter is already documented. The tool description does not add any extra meaning or context beyond what the schema provides. Baseline score of 3 is appropriate.

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 that the tool generates an editing plan without executing it, returning the plan for human review. It explicitly distinguishes from sibling tool 'smart_clip' by indicating that after approval, smart_clip should be called for execution. Purpose is specific and unambiguous.

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?

The description implies a workflow: use this tool to create a plan, then after human approval, use smart_clip to execute. This provides clear context for when to use this tool vs alternatives. However, it does not explicitly state when not to use it, such as for direct execution or other analysis tasks.

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/Ambrose1/Smart-Clip-MCP'

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