Skip to main content
Glama

playwright-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

B3.2/5.0
Behavior3/5

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

With no annotations present, the description carries full behavioral disclosure burden. It does provide one substantial trait — that this is a headless 'no-browser' check — which reshapes what the agent expects from a playwright-named tool, and the schema corroborates that several inputs are 'discarded after' the check, signaling a read-only probe. But the description omits any behavioral details like side effects, network I/O visibility, error behavior, or how nine unrelated input parameters relate to 'checking a URL.' This is a partially honest description that is insufficient to carry the definition alone.

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?

The description is exactly two sentences: the leading claim then the crucial caveat. Every word carries weight — 'No browser is launched' is the single most important disambiguation for an agent about to invoke a playwright-named tool. No filler, no repetition, and the informative negative is placed immediately.

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

Completeness2/5

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

The tool has 9 parameters, no annotations, and no output schema, yet the description only addresses one URL dimension and says nothing about the eight other parameters or the return contract. For a definition that is supposed to tell an agent how to gather context, this is a large hole: the nine unrelated parameters (city, zone, feed, json, etc.) are completely unexplained, and the description is silent on what value the tool returns, making the full definition distinctly incomplete.

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?

Jen, the schema has 100% description coverage and gives each parameter a factual note, so the baseline is 3. The description interface adds no param-level detail beyond the wide 'URL' claim, and it does not compensate for the invisible mapping of city, feed, json, zone, etc., to a 'URL open check.' Baseline 3 is fair since the schema does the job, but the description does not elevate a potentially confusing 9-parameter surface.

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

Purpose4/5

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

The description states the specific action ('Check whether a URL can be opened') and adds a strong qualifying trait: 'No browser is launched.' This meaningfully separates it from browser-launching siblings like browser-url-ok or web-fetch, though it does not name them. The only shortfall is that the URL-only framing does not preview the tool's actual 9-parameter surface, so the stated purpose is a little narrower than what the schema supports.

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?

There is no guidance on when to use this tool versus the many URL/shape siblings (browser-url-ok, normalize-url, domain-shape, fetch-status). The negative note 'No browser is launched' is an implicit hint, but the essay is never articulated: no alternatives are named, no use case is bounded, and no when-not-to-use conditions are stated. An agent must infer selection logic from the tool name and sibling list.

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.