๐ ๏ธ User & library tools
User info, URL parsing, duplicate checks, library audits, and trash management.
Five tools cover account info, pre-save helpers, and library maintenance.
๐ค User & import
| Tool | Description |
|---|---|
get_user | Get authenticated user info and stats |
parse_url | Extract metadata (title, description, type) from any URL before saving |
check_urls_exist | Check if one or more URLs are already saved as bookmarks |
parse_url lets an assistant preview a link's title and type before deciding
where to file it. check_urls_exist guards against accidental duplicates by
reporting whether a URL is already in your library.
๐งน Library maintenance
| Tool | Description |
|---|---|
library_audit | Scan your library for broken links, duplicates, and untagged bookmarks |
empty_trash | Permanently delete all bookmarks in trash โ pass confirm: true to execute |
library_audit returns counts and details for broken links, duplicates, and
untagged bookmarks in one pass โ a quick health check for your library.
empty_trash is destructive and irreversible. It is a no-op until you pass
confirm: true.