Skip to main content
Glama
vKongv

Chrome Browser Control

by vKongv

Finalize claimed tabs

finalize_tabs

Release ownership state for claimed browser tabs and detach CDP attachments, while preserving handoff/deliverable claims via keep entries. Cleans up control without closing user tabs.

Instructions

Release browser-control ownership state for claimed tabs. This does not close user tabs; pass keep entries to preserve handoff/deliverable claims. Detaches CDP attachments on every claimed tab, including kept claims.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keepNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

A3.5/5.0
Behavior4/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 states that the tool releases ownership, does not close tabs, and detaches CDP attachments on all claimed tabs, including kept claims. It also clarifies that 'keep' entries preserve handoff/deliverable claims. This is transparent and covers key side effects, though it could mention reversibility or permission requirements.

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

Conciseness4/5

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

The description is two sentences, front-loading the primary action. It is compact and each sentence adds relevant information: the main effect, a critical exception (no tab close), and a behavioral detail (CDP detach). No fluff or repetition, though it could be slightly more structured.

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 tool's simplicity (one optional parameter, no output schema), the description covers the essential operational details: what it does, what it preserves, and what it detaches. It does not specify the scope of 'claimed tabs' (e.g., session-wide), but sibling tools like 'claim_tab' provide context. The absence of output schema is acceptable since no return value is defined.

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 schema description coverage is 0%, so the description must compensate. It explains that 'keep' preserves handoff/deliverable claims, which adds meaning beyond the schema. However, it does not elaborate on the 'status' enum values or the significance of 'sessionTabId', nor does it specify that 'keep' is optional. While it partially compensates, some parameter semantics remain implicit.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action: releasing browser-control ownership state for claimed tabs. It also specifies what it does NOT do (does not close user tabs) and that it detaches CDP attachments. However, it does not explicitly differentiate from the sibling tool 'release_tab', so an agent may need to infer the difference. Still, the core purpose is unambiguous.

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 on when to use finalize_tabs versus release_tab or cdp_detach. The description does not mention typical scenarios, prerequisites, or conditions that would lead an agent to choose this tool over alternatives. It only describes the mechanism, not the context of use.

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