action tvmaze_get_user_tags { label: "List all tags" provider: tvmaze method: GET path: "/user/tags" encoding: json output: { type: "array" items: { type: "object" properties: { id: { type: "integer" } name: { type: "string" } } } } }