ass__lint
Validate ASS subtitle files against 16 structural rules, including section headers, time formats, and colors. Optionally enable strict mode for Dialogue and Style field count checks.
Instructions
Lint and validate an ASS (Advanced SubStation Alpha) subtitle file. @remarks Checks 16 structural rules including section headers, ScriptType, PlayRes fields, Format/Style/Dialogue line presence, time format validity, and color field format. Returns a JSON report with per-check results. In strict mode, also validates field counts per Dialogue (>=10) and Style (=23). @param ass_file_path Absolute or relative path to the .ass file to lint. @param strict When true, enables additional field-count checks (checks 15 & 16). @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strict | No | ||
| ass_file_path | Yes | ||
| __mcp_response_mode | No | content |