Skip to main content
Glama

apple_chrome

Control Google Chrome: open URLs, manage tabs, reload pages, navigate history, execute JavaScript, and handle windows.

Instructions

Control Google Chrome browser. Actions: open_url, current_url, current_title, list_tabs, close_tab, reload, js_execute, back, forward, new_window, new_incognito, close_window, tab_count, new_tab.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoURL to open
codeNoJavaScript code to execute
actionYesopen_url: Open a URL in Google Chrome; current_url: Get URL of the active Chrome tab; current_title: Get title of the active Chrome tab; list_tabs: List all open Chrome tabs across all windows; close_tab: Close the active Chrome tab; reload: Reload the active Chrome tab; js_execute: Execute JavaScript in the active Chrome tab; back: Go back in browser history; forward: Go forward in browser history; new_window: Open a new Chrome window; new_incognito: Open a new incognito window in Chrome; close_window: Close the front Chrome window; tab_count: Count total open tabs across all Chrome windows; new_tab: Open a new tab in Chrome, optionally with a URL
confirmNoSet to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing.
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral transparency. It merely lists actions without disclosing side effects, destructive potential (e.g., close_tab, js_execute), or the confirm requirement for protected actions. The confirm parameter is only described in the schema, not in the description.

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 that identifies the resource and enumerates actions. It is concise with no unnecessary filler, making it easy for an agent to scan.

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

Completeness2/5

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

Given the tool's complexity (14 actions) and lack of output schema or annotations, the description is too thin. It does not explain the confirm mechanism, return behavior, or situations requiring specific actions. The schema provides action definitions, but the description alone is insufficient for safe and correct invocation.

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?

Schema coverage is 100%, so the schema fully documents all parameters, including the action enum with per-action descriptions. The description adds no additional parameter semantics beyond listing action names, so the baseline score of 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 the tool's purpose: 'Control Google Chrome browser' and lists all supported actions. This distinguishes it from sibling tools like apple_safari by explicitly naming Chrome as the target resource.

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?

Usage context is implied by 'Control Google Chrome browser' and the action list, but there is no explicit guidance on when to use this tool versus alternatives like apple_safari or when not to use it. No exclusions or preferred scenarios are mentioned.

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/lacausecrypto/apple-mcp-server'

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