action tcgdex_get_suffixes { label: "get_suffixes" provider: tcgdex method: GET path: "/suffixes" encoding: json output: { type: "array" items: { type: "string" } } }