action httpbin_get_html { label: "Returns a simple HTML document." provider: httpbin method: GET path: "/html" encoding: json output: { type: "object" additionalProperties: true } }