Skip to main content
Glama

run_precheck

Check a storyboard before generating frames or videos to catch issues that cause rejections: authorization, high-risk text, audio gaps, and conflicting instructions. Avoid failed renders and repeated charges.

Instructions

(★推荐·免费质量闸)出图/出视频前跑生成前预检,把会被拒的镜提前揪出。免费、不扣费。强烈建议 generate_frames/generate_videos 前调,防白花钱被拒。 查这几类:①真人肖像/克隆音色授权 ②图像审核高危词 ③配音覆盖与大空档 ④指令自相矛盾(kind=prompt-conflict)——同一镜里互斥的要求(如宽景别却标了特写主体、既要站立又要坐姿),这类镜任何正确的图都满足不了,不改就会反复被拒并反复扣费,出现时应先按提示改分镜再出图,而不是重试。 ⚠️ 它检查首帧是否处在"动作发生前"(平台暂无该契约字段),也不替代 get_health_report。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
episode_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.57

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does so thoroughly: it states the tool is free/no-charge, lists what it does and does not check, explains that prompt-conflict shots cannot be satisfied by any correct image, and warns that retrying will cause repeated rejections and charges. This is rich behavioral disclosure.

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?

The description is long but well-structured with numbered categories and clear warnings; the front-loaded summary and explicit negatives are useful. Minor redundancy (free/no-charge stated twice; recommendation repeated) prevents a perfect score.

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 single-parameter tool with no output schema, the description covers purpose, input context, cost behavior, exclusions, and recommended follow-up actions. The only notable gap is that it never specifies the response/return structure, though the functional output ('which shots will be rejected' plus prompts to fix) is implied strongly enough.

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

Parameters2/5

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

There is one parameter, episode_id, and schema description coverage is 0%, but the description never mentions episode_id or how to provide it. The agent can infer an episode identifier from the parameter name and schema, but the description adds no semantic meaning or usage detail beyond the raw schema.

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 identifies a concrete verb and resource (run a precheck before rendering) and enumerates the exact categories it inspects (portrait/voice authorization, high-risk image words, voice-over coverage, prompt conflicts). It also differentiates itself from generate_frames/generate_videos and get_health_report, so an agent can select it unambiguously.

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

Usage Guidelines5/5

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

It explicitly recommends calling before generate_frames/generate_videos and explains why (avoid wasted charges/rejections). It also gives an explicit exclusion ('does not replace get_health_report') and tells the agent how to react to prompt-conflict findings: fix the storyboard rather than retry.

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

Deploy Server

Other Tools