action tcgdex_get_trainer_types { label: "get_trainer_types" provider: tcgdex method: GET path: "/trainer-types" encoding: json output: { type: "array" items: { type: "string" } } }