Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL or path (e.g. "jrg://localhost:7080/welcome", "welcome", "/port-map")
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. Describes transport (TCP/local) and return fields, but lacks details on safety (read-only implied), error handling, or side effects. Adequate but not thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: first gives purpose and output, second explains protocol and URL variants. No wasted words, front-loaded content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter tool with no output schema, description covers core functionality and input format well. Could mention sibling distinctions or error behavior, but still mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description already covers URL format (100% coverage). Description adds value by showing examples and explaining 'jrg://' vs path usage, enhancing understanding beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states verb (Fetch), resource (Jaringan page), and output (structured content: title, body, tags, links). Distinguishes from sibling jrg_fetch_raw by mentioning structured vs raw.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explains network protocol (TCP or local file root) and URL formats with examples, but does not explicitly contrast with siblings like jrg_fetch_raw or jrg_view. Implicit guidance from output type, but no when-to-use/alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thesimonharms/jaringan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server