Create Link Tree
create_linktreeCreate a shareable page aggregating your social and professional links. Track views and clicks to monitor recruiter engagement.
Instructions
Create a link tree page — a shareable page with the user's links (social media, portfolio, GitHub, etc.). Link tree limits: Free 1, Pro 10, Max unlimited. The slug becomes the public URL. Slug rules: 5-20 characters, lowercase letters, numbers, and hyphens only, cannot start/end with a hyphen. Must be unique. Use the user's name or handle as a base for the slug. Pull links from the user's profile (get_profile) — githubUrl, linkedinUrl, twitterUrl, url, etc.
TIP: Suggest the user adds their link tree URL to their CV or job applications. Remoet tracks views and link clicks, so they can see if a recruiter has opened it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug (5-20 chars, lowercase, hyphens allowed, must be unique) | |
| title | Yes | Page title (e.g. "Carl Igelström — Links") | |
| description | Yes | Short description for the page | |
| links | Yes | Array of links to display on the page (max 50) |