action watchful_post_tags { label: "Add tags for a specific website" description: "Add tags for a specific website" provider: watchful method: POST path: "/sites/{id}/tags" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }