action tcgdex_get_types { label: "get_types" provider: tcgdex method: GET path: "/types" encoding: json output: { type: "array" items: { type: "string" } } }