action tcgdex_get_retreats { label: "get_retreats" provider: tcgdex method: GET path: "/retreats" encoding: json output: { type: "array" items: { type: "string" } } }