Validate Manic source
manic_checkValidate .manic source code to identify errors before rendering, saving export credits by fixing all diagnostics first.
Instructions
Validates .manic source against the Manic platform's checker and returns diagnostics. Always check before rendering: rendering spends the user's export credits, checking is cheap. Fix every error diagnostic and re-check until clean. Requires MANIC_API_KEY (scope: check).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Complete .manic source to validate |