Skip to main content
Glama

check_storyboard_table

Validate a storyboard table before import with the same parser to surface errors, warnings, stats, and per-shot previews, letting you fix problems in advance.

Instructions

导入前的分镜表自检:用导入端点同一个解析器跑一遍,返回 errors / warnings / stats / shots(逐镜解析预览:每一镜会变成什么秒数·景别·运镜·标记·正文字数)。免费·纯规则·不调模型·不落库·可反复跑。★errors = 导入会 400 的(空 / 没有任何逐镜声明=这不是分镜表)+ 残留 〈…〉 占位符;必须清零。★warnings = 导入照常但结果会缺东西的:缺秒数(按 4 秒建)/景别没认出(留空)/运镜没认出(留空)/声明后没画面叙述(出不了图的死镜)/没有场景头(绑不上场景)/数据卡没用字卡语法(不进成片)/单镜>15 秒/STYLE 块/镜号重复——把 message 清单原样发回外部 AI 让它只修这些点。★这里绿了,import_storyboard_table 就不会有 issues(同一份代码)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes分镜表全文(一次一集,上限 6 万字)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.57

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries full burden, and it delivers: it states the tool is free, pure rules, no model, no persistence, and repeatable, which signals a safe, idempotent read-like operation. It also explains what errors (400-causing) and warnings (degraded imports) mean at the behavioral level, going well beyond the schema.

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 it is densely informative and well-structured with bold labels and bullet-like markers. It front-loads the core purpose, then uses each section to explain error/warning behavior and actionable next steps, so the length earns its place even if a slightly tighter version would be possible.

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

Completeness5/5

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

Since there is no output schema, the description compensates by listing the returned top-level categories and detailing what the shots preview contains (seconds, shot size, camera move, markers, text word count). It also tells the agent exactly what to do with errors and warnings, making the tool's operation and consequences clear enough for correct invocation.

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 coverage is 100% and the single parameter 'content' is already described with minLength and a 60k-character cap. The tool description adds no additional information about the parameter itself, so the 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?

Description states a specific verb ('自检') and resource ('分镜表'), and immediately distinguishes itself from the import endpoint by noting it runs the same parser without importing. It also enumerates the return categories (errors/warnings/stats/shots), making the tool's role unmistakable.

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?

The opening phrase '导入前的分镜表自检' establishes the exact trigger: run before importing. The final line explicitly names import_storyboard_table and states that if this check is green, import will not have issues, which provides a clear decision rule and differentiates from the sibling import tool.

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