add_link
Add a bookmark link, strip tracking parameters, and optionally assign it to a collection while skipping duplicates.
Instructions
Add a link. Tracking params are stripped; by default duplicates are skipped.
Creates the link then moves it into `collection_id` (the API ignores the collection on
creation, so a follow-up update is required). Pass collection_id=None to leave it in Unorganized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| collection_id | No | ||
| name | No | ||
| tags | No | ||
| skip_if_exists | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |