action clever_cloud_get_matomo { label: "Get Matomo addon" provider: clever_cloud method: GET path: "/v4/addon-providers/addon-matomo/addons/{matomoId}" encoding: json input: { type: "object" properties: { matomoId: { type: "string" } } required: ["matomoId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }