Skip to main content
Glama

UUID v1 time-based shape

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

D1.8/5.0
Behavior2/5

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

The description discloses that no browser is launched, which is a useful side-effect note. However, it does not state whether any network request occurs, what exactly is checked, how the result is returned, or which of the many input fields are actually considered. Several parameter notes say 'discarded,' making the real behavior unclear.

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 very short and front-loads the core verb, but it is not appropriately sized for the complexity of the input schema. One vague sentence leaves too much unstated; additional concise clarification about the check mechanism, relevant fields, and return behavior would improve it without adding fluff.

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?

With no annotations, no output schema, 9 optional parameters, and many seemingly unrelated parameter names, the description is not complete enough for an agent to use the tool correctly without additional context. It lacks any explanation of the return value, error behavior, or how to choose among the several URL-related sibling tools.

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?

Every parameter has a schema-level description, so coverage is 100%, but the descriptions are often irrelevant to a URL-checking tool. For example, 'url' is described as 'HTTPS URL to normalize or cite,' and city, feed, json, path, zone, and query appear to belong to other tools. The descriptions do not coherently explain how any parameter contributes to checking whether a URL can be opened.

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

Purpose2/5

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

The description states a general intent ('Check whether a URL can be opened') but never defines what 'can be opened' means—syntax validation, HTTP reachability, DNS resolution, or something else. The input schema introduces many unrelated fields (city, feed, json, zone, query), which further muddies the tool's actual purpose.

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?

There is no guidance on when to use this tool instead of closely related siblings like browser-url-ok, fetch-status, or normalize-url. The only behavioral hint is 'No browser is launched,' but it does not explain the intended use case, prerequisites, or when not to use this tool.

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.