Skip to main content
Glama

open_url

Open HTTP, HTTPS, or Windy ecosystem URLs (windypro://, windychat://, windyword://, windyfly://) in the default browser. Mirrors UI actions like viewing history or upgrading.

Instructions

Open an http/https URL or one of the Windy ecosystem schemes (windypro://, windychat://, windyword://, windyfly://) in the user's default browser via Electron's shell.openExternal. Mirrors UI buttons like "View all history in Web Portal" and the Upgrade → checkout flow. Allowlisted: file://, javascript:, and other dangerous schemes are rejected with 403.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to open. Must use an allowlisted protocol.
Behavior4/5

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

No annotations are present, so the description carries full burden. It discloses the execution mechanism (shell.openExternal), allowlisted schemes, and dangerous scheme rejection with 403. This goes beyond a basic 'opens URL' description, though it omits details like error behavior for invalid URLs.

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 four sentences, each serving a distinct purpose: purpose, mechanism, UI context, and security. It is front-loaded and contains no redundant or extraneous information.

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

Completeness4/5

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

Given the simplicity of the tool (1 parameter, no output schema, no annotations), the description covers the key aspects: what, how, security. It lacks explicit return value description but rejects dangerous schemes with a status code, which provides operational context.

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?

The single parameter 'url' is fully described in the input schema. The tool description reiterates the allowlisted protocol requirement but adds no new semantic details beyond the schema. With 100% schema coverage, baseline 3 is appropriate.

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 it opens http/https URLs or Windy ecosystem schemes via Electron's shell.openExternal. It explicitly mentions mirroring UI buttons, distinguishing it as a general URL opener. Sibling tools like open_upgrade_checkout and open_billing_portal are more specific, but this tool covers broad use cases.

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

Usage Guidelines3/5

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

The description implies usage by stating it mirrors UI buttons, but it does not explicitly guide when to use this tool vs alternatives like open_upgrade_checkout or open_billing_portal. No exclusions or when-not-to-use guidance is provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sneakyfree/windy-word-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server