# Linkhut

LinkHut manages bookmarked links in a minimalistic, shareable interface, helping teams organize URLs and track references in one place

- **Category:** bookmark managers
- **Auth:** OAUTH2
- **Composio Managed App Available?** Yes
- **Tools:** 5
- **Triggers:** 0
- **Slug:** `LINKHUT`
- **Version:** 20260211_00

## Tools

### Add bookmark

**Slug:** `LINKHUT_ADD_BOOKMARK`

Adds a new bookmark to LinkHut. The bookmark can be marked as private/public and read/unread, with optional tags and notes.

### Delete bookmark

**Slug:** `LINKHUT_DELETE_BOOKMARK`

This tool allows users to delete a bookmark from their Linkhut account by providing the bookmark URL. It operates independently and only requires the URL parameter to identify and remove the bookmark.

### Get all tags

**Slug:** `LINKHUT_GET_ALL_TAGS`

Retrieves a list of all tags and their usage counts for the authenticated user. No additional parameters required besides authentication.

### Get bookmarks

**Slug:** `LINKHUT_GET_BOOKMARKS`

Retrieves bookmarks from the user's Linkhut account with optional filtering. This tool fetches bookmarks from Linkhut and supports filtering by: - Tag: Filter by one or more tags (space-separated) - Date: Filter by a specific date (ISO8601 format) - URL: Get a specific bookmark by its exact URL - Meta: Request additional metadata about bookmarks Returns a list of bookmarks with details including URL, title/description, tags, extended notes, timestamp, privacy status (shared), and read status (toread).

### Update Bookmark

**Slug:** `LINKHUT_UPDATE_BOOKMARK`

This tool allows users to update an existing bookmark in LinkHut. The tool updates the metadata of a bookmark including its title, description, and tags.
