Linkhut

Learn how to use Linkhut with Composio

Overview

Enum

LINKHUT

Description

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

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to posts:read,posts:write,tags:read,tags:write
base_url
stringDefaults to https://api.ln.ht/v1

Actions

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

Action Parameters

description
stringRequired
extended
string
shared
booleanDefaults to True
tags
string
toread
boolean
url
stringRequired

Action Response

data
object
error
successful
boolean

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.

Action Parameters

url
stringRequired

Action Response

data
object
error
successful
boolean

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

Action Parameters

Action Response

data
object
error
successful
boolean

This tool retrieves all bookmarks from the user’s linkhut account. it makes a get request to the api endpoint and handles authentication. the tool returns a list of bookmarks including details such as url, title, tags, notes, and timestamp.

Action Parameters

tag
string

Action Response

data
object
error
successful
boolean

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.

Action Parameters

description
string
extended
string
shared
boolean
tags
string
toread
boolean
url
stringRequired

Action Response

data
object
error
successful
boolean