action tcgdex_get_categories { label: "get_categories" provider: tcgdex method: GET path: "/categories" encoding: json output: { type: "array" items: { type: "string" } } }