Skip to main content
Glama
afreakk

qutebrowser-mcp

by afreakk

navigate

Load a given URL in the current tab, or in a specific tab matched by title or substring. For non-active tabs, the navigation happens without changing focus.

Instructions

Navigate a tab to a URL. If 'tab' is specified, navigates that tab via CDP without changing focus. Otherwise navigates the current tab via IPC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabNoTab to target by URL or title substring. Uses CDP (no focus change).
urlYesURL to navigate to
Behavior4/5

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

Since no annotations are provided, the description carries the burden of behavioral disclosure. It clearly reveals the underlying mechanism (CDP vs IPC) and the focus-preserving nature when a tab is specified. However, it does not mention error handling, load waiting, or permission requirements, which are relevant for a navigation tool.

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 concise, consisting of two short sentences that immediately convey the core action and the two distinct navigation modes. Every word earns its place, with no redundant 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?

For a tool with only two well-described parameters, the description covers the essential behavioral distinction and does not need to explain return values absent an output schema. It omits edge cases like tab not found or navigation failure, but overall it is sufficiently complete for its complexity.

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

Parameters4/5

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

The input schema already describes both parameters well (tab as URL/title substring with CDP semantics, url as target URL). The description adds a conditional relationship between them, explaining that the choice of transport depends on whether tab is provided, which enriches the parameter semantics beyond what the schema states.

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 navigates a tab to a URL, and explicitly distinguishes between navigating a specified tab via CDP and the current tab via IPC. This differentiates it from sibling tools like open_tab or reload_page, which serve different navigation purposes.

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

Usage Guidelines4/5

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

The description provides explicit guidance on when to use the tab parameter (to navigate a specific tab without changing focus via CDP) versus when to navigate the current tab via IPC. It does not name alternatives such as go_back or reload_page, but the context makes the appropriate use clear.

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/afreakk/qutebrowser-mcp'

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