← Tools Reference

Linkhut

Linkhut integration (Productivity). Imported from open-connector.

OAuth5 toolshttps://api.ln.ht/v1
GET
linkhut_add_bookmark
Create a new bookmark in Linkhut without replacing an existing bookmark.

/posts/add

6 parameters
ParamTypeRequiredDescription
urlstringrequiredThe bookmark URL.
descriptionstringrequiredThe bookmark title or description.
tagsstringoptionalThe tags string to store for the bookmark.
sharedbooleanoptionalWhether the bookmark should be public.
toreadbooleanoptionalWhether the bookmark should be marked as unread.
extendedstringoptionalThe optional extended note for the bookmark.
GET
linkhut_update_bookmark
Update an existing Linkhut bookmark by URL.

/posts/add

6 parameters
ParamTypeRequiredDescription
urlstringrequiredThe bookmark URL.
descriptionstringrequiredThe bookmark title or description.
tagsstringoptionalThe tags string to store for the bookmark.
sharedbooleanoptionalWhether the bookmark should be public.
toreadbooleanoptionalWhether the bookmark should be marked as unread.
extendedstringoptionalThe optional extended note for the bookmark.
GET
linkhut_delete_bookmark
Delete a Linkhut bookmark by URL.

/posts/delete

1 parameter
ParamTypeRequiredDescription
urlstringoptionalThe bookmark URL to delete.
GET
linkhut_get_bookmarks
List Linkhut bookmarks using the official bookmark filters.

/posts/get

4 parameters
ParamTypeRequiredDescription
dtstringoptionalThe ISO 8601 UTC timestamp used to filter bookmarks by date.
tagstringoptionalThe tag filter string. Multiple tags can be separated by spaces.
urlstringoptionalThe exact bookmarked URL to fetch.
metabooleanoptionalWhether Linkhut should include metadata in the response.
GET
linkhut_get_all_tags
List all Linkhut tags with their bookmark counts.

/tags/get