action rawg_tags_read { label: "Get details of the tag." description: "" provider: rawg method: GET path: "/tags/{id}" encoding: json output: { type: "object" required: ["name"] properties: { description: { type: "string" } games_count: { type: "integer" } id: { type: "integer" } image_background: { type: "string" format: "uri" } name: { type: "string" } slug: { type: "string" format: "slug" } } } }