action daniweb_get_industries { label: "get_industries" provider: daniweb method: GET path: "/industries" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "string" } } } } }