Skip to main content
Glama
afreakk

qutebrowser-mcp

by afreakk

move_tab

Move the current tab to a specified position using an absolute index, a relative offset, or a shortcut to the start or end of the tab bar.

Instructions

Move the current tab to a new position (IPC only)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
positionYesTarget position: absolute (1-based), relative (+1/-1), or +/- to move to end/start
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action and 'IPC only', omitting details about side effects, reversibility, required permissions, or error handling for invalid positions. For a mutation tool, this is insufficient.

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 a single, front-loaded sentence with no redundant words. It efficiently conveys the action, target, and a notable constraint (IPC only). Every word contributes meaning.

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

Completeness3/5

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

For a simple tool with one parameter and no output schema, the description is adequate but minimal. It clearly states what it does but leaves gaps around behavioral expectations, such as what happens with invalid positions or whether the operation can be undone. The cryptic 'IPC only' could confuse an agent unfamiliar with the term.

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 covers 100% of parameters with a detailed description of the position parameter (absolute, relative, end/start). The description adds the crucial context that the tool operates on the 'current tab', which explains why no tab identifier is needed. This goes beyond the schema's structural information.

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 uses a specific verb 'Move' with a clear resource 'current tab' and a target 'position'. This clearly distinguishes the tool from siblings like focus_tab, close_tab, and open_tab. The '(IPC only)' qualifier adds implementation context without obscuring the core purpose.

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 explicit guidance is provided on when to use this tool versus alternatives. The description does not mention any reordering alternatives or conditions where this tool should be preferred. The 'IPC only' note hints at an internal constraint but does not explain when an agent should invoke this tool.

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