Skip to main content
Glama
Johnnyzlee

Firefox Tab Management Agent MCP

by Johnnyzlee

move_firefox_tabs_to_group

Moves specified Firefox tabs into an existing, exactly named group with verification; cross-window supported via explicit windowId.

Instructions

Move a batch of exactly identified Firefox tabs into one existing, exactly named group in one verified operation (cross-window supported with an explicit windowId).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdsYesUnique tab IDs returned by list_firefox_tabs.
windowIdNoTarget window for the group; omit to use the first tab's window.
allowUnpinNoSet true only after the user confirms that grouping may unpin pinned tabs.
groupTitleYesExisting group title; matching is exact and case-sensitive.
Install Server

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral transparency. It mentions 'one verified operation' and cross-window support, but omits potential side effects like unpinning (implied by allowUnpin) and does not describe error handling or prerequisites (e.g., tabs must be from list_firefox_tabs). It provides partial transparency but leaves important details to the schema.

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?

Single sentence, front-loaded with purpose, no filler. Every word adds meaning without excess.

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?

The description gives an overview but lacks critical nuances: it does not explicitly mention that allowUnpin may cause tabs to be unpinned, nor what happens if the group is not found or tabs are not valid. Given no annotations and no output schema, more behavioral detail would be helpful, but the essential operation is conveyed.

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?

Schema covers all parameters with descriptions, so baseline is 3. The description adds useful context: 'exactly identified' for tabIds (implying prior enumeration), 'existing, exactly named' for groupTitle (emphasizing exact match), and 'cross-window supported with an explicit windowId' for windowId. This goes beyond the schema's static definitions, earning a 4.

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 the action ('move'), the objects ('a batch of exactly identified Firefox tabs'), and the target ('into one existing, exactly named group'), explicitly distinguishing it from the singular move_firefox_tab_to_group by emphasizing batch and cross-window capability.

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 specifies when to use the tool (for batch moves, cross-window scenarios) and implies prerequisites (exact tab IDs and group name). It does not explicitly exclude alternatives like the singular move, but the 'batch' and 'exactly identified' phrasing provides clear context. No explicit exclusions are given, but the context is adequate.

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

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/Johnnyzlee/agent-bridge-for-tab-management-in-firefox'

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