ass__get_spec
Retrieve the ASS subtitle format specification for any section: script info, styles, events, tags, colors, or examples. Use this read-only reference to ensure compliant subtitle creation.
Instructions
Returns the ASS (Advanced SubStation Alpha) subtitle format specification. @remarks Read-only reference tool. Returns structured spec content for the requested section. No external files or network access required; content is fully embedded in the script. @param section Which section of the ASS spec to return. Default "all". Allowed values: all | script_info | v4_styles | events | tags | colors | example @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | ||
| __mcp_response_mode | No | content |