validate_asset_spec
Validate an Aseprite asset spec document by checking schema, fields, palette, layers, animations, slices, and export formats. Returns validation results with passed checks, errors, and warnings.
Instructions
Validate an aseprite_mcp.asset_spec.v1 document (does the spec make sense?).
Checks the schema, kind, canvas, per-kind fields, palette, layers, animations
(`frame_count`, not `frames`), slices, and export formats. Returns a
``workflow_manifest.v1`` (kind ``asset_spec``) with a `validation` block
`{passed, checks, errors, warnings}`. This does **not** check a finished sprite against
the spec — that's a separate future tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes |