Skip to main content
Glama
JoshuaRamirez

Chrome Bookmarks MCP

move_bookmark

Move a bookmark or folder to a specified path or parent ID. Creates the destination folder if it does not exist.

Instructions

Move a node into a folder by to_path (created if missing) or to_parent_id. A to_path's top level must be 'Bookmarks bar', 'Other bookmarks', or 'Mobile bookmarks'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
to_pathNo
to_parent_idNo
Behavior3/5

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

No annotations are provided. The description discloses that to_path can create folders if missing and imposes a path structure constraint. However, it does not specify behavior when both to_path and to_parent_id are provided, or what happens on failure.

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?

Two sentences, front-loaded with purpose and syntax, followed by a critical constraint. No waste, every sentence earns its place.

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 3 parameters, no output schema, and no annotations, the description covers the two move methods, creation behavior, and path constraints. It misses details about id validity, return values, and error handling, but is largely complete for basic usage.

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 coverage is 0%, so the description must add meaning. It explains that to_path is a path that can create folders and has top-level constraints. For to_parent_id, it only says 'or to_parent_id' without additional details. The description adds significant value for to_path but less for to_parent_id.

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 specific verbs ('Move') and resources ('node into a folder'), and clearly distinguishes between two methods (to_path or to_parent_id). It differentiates from siblings like 'add_bookmark' and 'remove_bookmark'.

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?

The description explains the two methods but does not provide explicit guidance on when to use each or when to avoid this tool. It mentions constraints for to_path but lacks when-not or alternative sibling tools context.

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/JoshuaRamirez/chrome-bookmarks-mcp'

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