action tcgdex_get_stages { label: "get_stages" provider: tcgdex method: GET path: "/stages" encoding: json output: { type: "array" items: { type: "string" } } }