http_get
Send a plain HTTP GET request to any URL and retrieve the raw HTML response. Use it to fetch static pages or call simple APIs without launching a full browser session, returning the HTML as a string for further processing.
Instructions
http_get("https://example.com") → 纯 HTTP GET 返回 HTML 字符串。用于静态页/API。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| timeout | No |