Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_bookmarksA

按关键词搜索书签,匹配标题和 URL(不区分大小写)。

list_foldersA

列出所有书签文件夹。

list_bookmarksB

列出指定文件夹下的书签。

recent_bookmarksA

获取最近添加的书签。

add_bookmarkB

添加一条新书签。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search across all bookmarks, list folders, list bookmarks by folder, get recent bookmarks, and add a bookmark. There is no functional overlap between them.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (search_bookmarks, list_folders, list_bookmarks, add_bookmark), but recent_bookmarks deviates from this pattern, as it uses an adjective rather than a verb prefix.

Tool Count5/5

Five tools is well within the ideal 3-15 range for a focused server and covers the essential bookmark operations without unnecessary bloat.

Completeness2/5

The tool set supports searching, listing, and adding bookmarks, but lacks update and delete operations, as well as any folder management beyond listing. This leaves obvious lifecycle gaps for a bookmark management domain.

Maintenance

ActivityMaintained
ResponsivenessSyncing