Skip to main content
Glama

UTF-8 byte length, text discarded

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

C2.5/5.0
Behavior2/5

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

With no annotations at all, the description carries the full burden of behavior disclosure, and it only says 'No browser is launched.' It does not state whether an HTTP request is made, whether the call is read-only, what it returns, whether inputs are truly discarded (per the schema descriptions), or anything about failure behavior. The negative disclosure is useful but covers almost none of what the agent must know to call it correctly.

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

Conciseness3/5

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

The text is only two sentences and the second sentence is front-loaded with a meaningful behavior ('No browser is launched'). Yet the first sentence is nearly a restatement of the tool name ('playwright-url-ok' — URL check), so the definition is short without being productively dense; it omits the tool's real breadth rather than being deliberately concise, which pushes the score below a 4.

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?

For a 9-parameter tool with no annotations and no output schema, the description is far too thin: an agent cannot infer what the call returns, how each unrelated parameter is used, or how the URL check relates to the other inputs. The sibling set shows several semantically overlapping tools, and this description does little to make the tool's role in that ecosystem understandable.

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 each of the 9 parameters already has a meaning in the schema; baseline 3 applies. The tool description adds nothing about them, and in fact creates a mismatch — city, json, path, zone, and query look unrelated to 'check whether a URL can be opened' — so the description neither reinforces nor clarifies the parameters, and the agent must rely solely on the schema.

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 specific action and resource ('Check whether a URL can be opened') plus one distinguishing negative ('No browser is launched'). However, the 9-parameter schema accepts git refs, city names, timezones, file paths, and search queries, none of which obviously relate to checking a URL — so the stated purpose covers only a fraction of the tool's apparent scope and doesn't resolve what 'opened' means or how this differs from sibling browser-url-ok, web-fetch, or fetch-status.

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?

No guidance is given about when to select this tool over its siblings — notably browser-url-check because 'No browser is launched' hints at a contrast but names no alternative and states no condition. An agent is left to guess whether this is for format validation, live reachability, or something else; the schema's disparate parameters provide no usable selection rules.

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.