a11y_remediation_plan_get
Read the a11y REMEDIATION PLAN for the project (or null if none exists). The plan is authored/approved in the dashboard; this tool OBSERVES it. Shape: {version_uuid, status (draft|approved), approved_at, plan:{items:[{key_uuid, locale, surface, decision (apply|ignore), reason?, value?}]}}. The backend mutates nothing on PUT/approve - once status=approved, call a11y_remediation_plan_apply to bulk-execute it. Defaults to the production version. Read-only.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
version_id | string | optional | Optional version UUID; defaults to the production version. |
Example
Section titled “Example”{ "tool": "a11y_remediation_plan_get", "arguments": {}}