Skip to main content
Glama

browser-url-ok

Check whether a URL can be opened. No browser is launched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

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

  1. First observed

TDQS

C2.2/5.0
Behavior2/5

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

With no annotations, the description alone must disclose behavior. It only says no browser is launched, but does not explain whether the tool performs a network request, checks URL format, or returns any result. Passing many parameters that are 'discarded after' implies side effects, yet the description omits what actually happens. This is minimal disclosure for a tool with no annotation safety hints.

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

Conciseness2/5

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

The description is extremely brief (one sentence), but conciseness comes at the expense of essential information. It is not front-loaded with the most critical details (e.g., which parameter is the URL, what 'ok' means, and what the return value is). The sentence is short but under-specified, so it does not meet the standard of appropriately sized and well-structured.

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?

For a tool with 9 optional parameters, no output schema, and no annotations, the description is grossly incomplete. It does not explain what the tool returns, how 'can be opened' is determined, or how the various parameters affect the check. Given the complexity and the ambiguity introduced by many unrelated parameters, the description provides almost no context that would help an agent correctly invoke the tool.

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

Parameters2/5

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

Although the schema has 100% parameter descriptions, the tool description adds no meaning to the 9 parameters. It fails to identify which parameter is the URL to check, and the presence of unrelated parameters (city, zone, json, path, etc.) creates confusion. The description should indicate the role of each parameter or at least highlight the 'url' parameter as the core input.

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

Purpose3/5

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

The description states a clear action ('check whether a URL can be opened') and distinguishes from sibling playwright-url-ok by noting 'no browser is launched.' However, the resource is ambiguous because 9 unrelated parameters (city, zone, json, etc.) are listed without indicating which one is the URL to check. The tool name implies URL focus, but the description doesn't clarify the primary parameter.

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

Usage Guidelines2/5

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

The only usage hint is 'No browser is launched,' which implicitly contrasts with playwright-url-ok but does not explicitly state when to use this tool versus other siblings like fetch-status or normalize-url. There is no guidance on prerequisites, typical use cases, or when this tool should be avoided.

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.