action watchful_seo_analyze { label: "SEO analyze for a page" description: "SEO analyze for a page" provider: watchful method: GET path: "/sites/{id}/seo" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }