jrg_fetch
Retrieve structured content from a Jaringan page by specifying its URL or path. Returns title, body, tags, and links as JSON.
Instructions
Fetch a Jaringan (JRG) page and return structured content (title, body, tags, links). Uses TCP to a JRG server by default, or a local file root. URL can be jrg://host:port/path or just a path like "welcome" or "/port-map".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Page URL or path (e.g. "jrg://localhost:7080/welcome", "welcome", "/port-map") |