Skip to main content
Glama

create_bookmark

Save web pages as browser bookmarks or create folders to organize them. Provide a URL for a bookmark; omit it to create a folder, with optional parent folder selection.

Instructions

Create a bookmark or folder. Supply url for a bookmark; omit url to create a folder. parent_id is optional and uses Chrome's default bookmark location when omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
titleYes
parent_idNo
session_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/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 behavioral disclosure burden. It transparently explains the dual behavior (bookmark vs folder), the optional parent behavior, and the default-location fallback. It does not mention duplicate behavior or permission requirements, but the core mutation semantics are clear and non-contradictory.

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 two sentences with no filler. The primary action and key conditional rule are front-loaded, and every phrase adds behavioral or parameter value. It is appropriately sized for the tool's complexity.

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 4-parameter tool with no annotations, the description covers the main call-shaping decisions: required title, url conditionality, and parent default. The only clear gap is session_id, whose purpose is left unexplained, and the output schema presumably covers return values. Overall it is nearly complete for 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 description coverage is 0%, so the description must compensate. It explains url (presence determines bookmark vs folder) and parent_id (default Chrome location), but it does not explain session_id at all, and title's role as the bookmark/folder name is only implicit. The description adds meaningful semantics for some parameters but leaves a notable gap.

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 states a specific action ('Create a bookmark or folder') on a clear resource, and immediately disambiguates the two modes using the presence/absence of url. This distinguishes it from siblings like get_bookmarks and remove_bookmark without needing to inspect their schemas.

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 gives clear conditional usage guidance: supply url for a bookmark, omit url for a folder, and omit parent_id to use Chrome's default location. It does not explicitly discuss alternatives or when-not-to-use, but the conditions are specific enough for an agent to select and invoke the tool correctly.

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

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/LinVireo/browsertap-mcp'

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