action httpbin_get_ip { label: "Returns the requester's IP Address." provider: httpbin method: GET path: "/ip" encoding: json output: { type: "object" additionalProperties: true } }