action tcgdex_get_dex_ids { label: "get_dex_ids" provider: tcgdex method: GET path: "/dex-ids" encoding: json output: { type: "array" items: { type: "string" } } }