Skip to main content
Glama

unlock

Any public URL as raw HTML (captcha/bot-wall handled)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
max_charsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.5/5.0
Behavior2/5

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

With no annotations, the description carries full burden. It reveals one behavioral trait: captcha/bot-wall handling. However, it omits other important behaviors such as redirect handling, request headers, rate limiting, error codes, or output format details (e.g., whether it returns the full page or truncated content). The single trait is insufficient for an agent to predict side effects.

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 a single sentence, highly concise and front-loaded with the core purpose. Every word adds value. However, the extreme brevity sacrifices necessary detail, making it slightly under-specified. Still, it avoids fluff and this dimension rewards conciseness.

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

Completeness1/5

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

Given the tool has two parameters (one required), no output schema, and no schema descriptions, the description is far from complete. It fails to explain return values, error conditions, authentication needs (public only), or the effect of max_chars. A thorough description would cover these to enable safe and correct use.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate. It does not mention either parameter ('url' or 'max_chars'). The description does not clarify what 'url' format is expected (e.g., must include protocol) or what 'max_chars' controls (truncation limit). Without this, an agent cannot confidently provide correct values.

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 fetches a URL and returns raw HTML, specifying it handles captcha/bot walls. The verb 'unlock' is somewhat ambiguous, but the description resolves it to retrieving HTML. Among siblings like 'read', 'screenshot', and 'url_safety', this stands out as the HTML-fetching tool.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives like 'read' (which might return structured data), 'screenshot' (visual capture), or 'url_safety' (safety check). There is no mention of prerequisites, limitations, or exclusions (e.g., private URLs, non-HTTP schemes).

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources