action watchful_update_tag { label: "Update a tag" description: "Update a tag" provider: watchful method: PUT path: "/tags/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }