action tvmaze_post_user_tags { label: "Create a new tag" provider: tvmaze method: POST path: "/user/tags" encoding: json output: { type: "object" properties: { id: { type: "integer" } name: { type: "string" } } } }