Skip to main content
Glama
loveld322
by loveld322

analyze_video

Submit a video link from Douyin, Xiaohongshu, or Bilibili to receive a task ID for analyzing and generating a reusable editing blueprint covering shots, captions, speech, rhythm, and visuals.

Instructions

提交一条视频分享链接并立即返回持久化任务 ID。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
profileNobalanced
providerNoauto

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden. It reveals that the tool immediately returns a persistent task ID, implying asynchronous processing, but it does not disclose validation behavior, error handling, authentication needs, or what happens after submission. This is insufficient for a tool that kick-starts a multi-step workflow.

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 concise sentence that immediately states the action (submit a video sharing link) and the key output (persistent task ID). Every word earns its place, with no fluff or repetition.

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

Completeness2/5

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

The tool has three parameters, no annotations, and is part of an async workflow with sibling tools. The description only covers the basic submission action and does not explain parameter semantics, the async flow, or how the returned task ID connects to the sibling tools. The existence of an output schema does not compensate for these gaps.

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

Parameters1/5

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

The input schema has three parameters (url, profile, provider) with zero description coverage. The description only paraphrases url as 'video sharing link' and says nothing about profile or provider, leaving their meaning and acceptable values completely unexplained. This is a critical gap for a tool with low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool submits a video sharing link and returns a persistent task ID, distinguishing it from the sibling status/result retrieval tools. However, it doesn't explicitly name those alternatives within the description, so it's slightly less clear than a fully self-contained purpose statement.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus the siblings (get_analysis_status, get_analysis_result) or the typical async workflow (submit, then poll status, then fetch result). The mention of a persistent task ID hints at async usage, but no explicit context is given.

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/loveld322/viral-video-blueprint'

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