Directory object · web
WEB GET
GET any URL and return its status + body (first 20000 chars). Arg: the full https URL (slashes and query string preserved). Full request/response logged. Grok also has native web_search for open-ended search; use WEB_GET when you know the exact URL
WHAT
GET any URL and return its status + body (first 20000 chars). Arg: the full https URL (slashes and query string preserved). Full request/response logged. Grok also has native web_search for open-ended search; use WEB_GET when you know the exact URL
WHEN TO USE
read any web page or public API — "look around the internet", check a doc, hit a third-party endpoint
Model and router layerOpen the live contract4 sections
ARGS
$1
EX
[WEB_GET]arg1[/WEB_GET] ["GET","$1+","",""]
Target
fn · httpFetch
Article-object law
This definition is also an article and a Skill.
The human expression explains the capability. The Skill directs model behavior. The directory row remains the executable contract. OIP invokes it and receipts prove what happened.