action tcgdex_get_rarities { label: "get_rarities" provider: tcgdex method: GET path: "/rarities" encoding: json output: { type: "array" items: { type: "string" } } }