Skip to main content
Glama
karakeep-app

Karakeep MCP server

by karakeep-app

update-bookmark

Update an existing bookmark by specifying only the fields to change; omitted fields remain unchanged.

Instructions

Update fields on an existing bookmark. Only the fields you pass are modified; omitted fields stay unchanged. Returns the updated bookmark.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoNew URL for a link bookmark.
noteNoA free-form note on the bookmark.
titleNoThe bookmark's user-set title. Pass null to clear it.
authorNoLink author. Pass null to clear it.
summaryNoThe bookmark's summary. Pass null to clear it.
archivedNoWhether the bookmark is archived.
createdAtNoOverride the bookmark's createdAt timestamp (ISO 8601).
publisherNoLink publisher. Pass null to clear it.
bookmarkIdYesThe bookmarkId to update.
favouritedNoWhether the bookmark is favourited.
descriptionNoLink description. Pass null to clear it.
Behavior4/5

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

With no annotations provided, the description discloses the partial update behavior ('only the fields you pass are modified; omitted fields stay unchanged') and the return value ('Returns the updated bookmark'). It lacks details on permissions or error handling but covers the essential behavioral traits.

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 concise sentences with no fluff. The key information is front-loaded, and every sentence serves a purpose.

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 has 11 parameters, no output schema, and no annotations, the description adequately covers the core behavior and return type. It could mention that bookmarkId is required (already in schema) or error scenarios, but overall it is reasonably complete.

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 100%, so baseline is 3. The description adds value by explaining the partial update semantics, which is not evident from individual parameter descriptions. This goes beyond what the schema provides.

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 'Update fields on an existing bookmark', specifying the verb (update) and resource (bookmark). It distinguishes from create and delete tools by focusing on modification of an existing entity.

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 implicitly indicates usage for updating existing bookmarks, contrasting with create-bookmark for new entries. However, it does not explicitly exclude deletion or retrieval use cases, though context from sibling tools makes it clear.

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/karakeep-app/karakeep'

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