action tcgdex_get_hp { label: "get_hp" provider: tcgdex method: GET path: "/hp" encoding: json output: { type: "array" items: { type: "string" } } }