ass__create_template
Creates a new ASS subtitle template file with Default, Title, and Note styles. Use it to initialize a valid ASS v4.00+ subtitle file.
Instructions
Create a new ASS subtitle template file with Default, Title, and Note styles. @remarks Writes a valid ASS v4.00+ file with pre-configured styles for general subtitles, title overlays, and note text. Fails if the output file already exists unless overwrite=true. @param output_path Destination path for the generated .ass file. @param output_dir Optional output directory fallback for relative output_path. Falls back to ASS_OUTPUT_DIR or SHELL_AS_MCP_OUTPUT_DIR. @param title Script title embedded in [Script Info] section. Default: "Untitled". @param play_res_x Virtual canvas width in pixels. Default: 1920. @param play_res_y Virtual canvas height in pixels. Default: 1080. @param overwrite If true, overwrite the file when it already exists. Default: false. @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| overwrite | No | ||
| output_dir | No | ||
| play_res_x | No | ||
| play_res_y | No | ||
| output_path | Yes | ||
| __mcp_response_mode | No | content |