Skip to content

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.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
version_idstringoptionalOptional version UUID; defaults to the production version.
{
"tool": "a11y_remediation_plan_get",
"arguments": {}
}