Skip to main content
Glama
hec-ovi
by hec-ovi

web_open

Paginate through a previously fetched document using its handle, without re-fetching. Use to read additional pages of cached content.

Instructions

Page through an already-fetched document from the cache, without re-fetching.

Use this to read further pages of a page you previously fetched: pass the handle from a prior web_search or web_fetch result (or the page URL) and the page number. This never touches the network; it paginates the stored body. If the handle was not fetched this session, it returns a not_opened error telling you to web_fetch first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesA handle from a prior result (``site~shorthash``) or the page URL.
pageNo1-based page to return (default 1).
page_size_tokensNoSoft per-page token budget (default 4000).
datamarkNoInterleave a marker between words inside the fence (default false).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries full burden and does an excellent job: it states 'never touches the network', describes pagination of stored body, and specifies error return for unfetched handles. No contradictions.

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

Conciseness4/5

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

The description is concise with two sentences and an additional clarification sentence. It front-loads the main purpose and adds necessary detail without waste. Every sentence earns its place.

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?

Given that output schema exists, the description does not need to explain return values. It covers usage, prerequisites (cached document), behavior (no network), and error case. It feels complete for a pagination tool with these parameters.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description adds marginal value beyond schema: it explains handle format ('site~shorthash') and mentions defaults, but does not significantly enrich parameter understanding beyond what schema already provides.

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?

The description clearly states the tool pages through an already-fetched document from the cache without re-fetching. It specifies the verb 'page through' and the resource 'cached document', and distinguishes itself from siblings web_fetch and web_search by noting it never touches the network.

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

Usage Guidelines4/5

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

The description explicitly says 'Use this to read further pages of a page you previously fetched' and provides context on how to pass the handle from prior results. It also explains what happens if not fetched (returns error), which guides when not to use it. It does not explicitly mention alternatives but the context makes it clear.

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/hec-ovi/websearch-skill'

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