Skip to main content
Glama

generate_image_script

Generate professional shooting scripts from batch images, specifying style, script type, audience, and duration for commercials, documentaries, tutorials, or narratives.

Instructions

基于批量图片内容生成专业拍摄脚本

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNo拍摄风格(默认:专业、吸引人)专业、吸引人
promptNo自定义脚本生成要求(可选)
regionNo腾讯云地域(可选,默认 ap-beijing)ap-beijing
secretIdNo腾讯云 SecretId(可选,优先使用环境变量 TENCENT_SECRET_ID)
secretKeyNo腾讯云 SecretKey(可选,优先使用环境变量 TENCENT_SECRET_KEY)
imagePathsYes图片文件路径数组
scriptTypeNo脚本类型:commercial(商业广告), documentary(纪录片), tutorial(教学), narrative(叙事), custom(自定义)commercial
targetAudienceNo目标受众(默认:一般观众)一般观众
targetDurationNo目标脚本时长(秒)

Schema Changelog

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

  1. First observedv1.1.2

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals only that the tool generates a script from images, but says nothing about the fact that it evidently calls Tencent Cloud services (given secretId/secretKey/region parameters), what the output looks like, credential precedence, potential costs, rate limits, or side effects. This is a significant gap for a tool with cloud integration.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with no filler — it states the purpose immediately. It is efficient and well-structured, though slightly under-specified for a tool with this many parameters.

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?

This is a complex tool: 9 parameters including cloud credentials and region, no annotations, and no output schema. A one-line description is inadequate context. It does not explain the image-to-script workflow, the need for Tencent Cloud credentials, what the generated script contains, or how it relates to the sibling generate_video_script. An agent cannot fully anticipate side effects or requirements from this definition alone.

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 each of the 9 parameters is already documented with clear Chinese descriptions including defaults and enums. The description adds only the 'batch' qualifier that maps to imagePaths being an array, which is marginal. The baseline of 3 applies because the schema does the heavy lifting.

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 '基于批量图片内容生成专业拍摄脚本' names a specific verb (generate), a clear resource (professional shooting script), and a scope (batch image content). The 'batch image' qualifier implicitly sets it apart from the sibling generate_video_script, though it does not name that alternative explicitly.

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

Usage Guidelines3/5

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

The usage context is implied: you feed it batch images and get a shooting script, which reasonably suggests it is for image-driven script generation rather than video-driven (generate_video_script) or pure analysis (analyze_image_batch). However, the description gives no explicit when-to-use guidance, no exclusions, and no mention of alternative tools, leaving the agent to infer the routing.

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

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/pickstar-2002/video-capture-script-mcp'

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