get_clinks
Retrieve clinks from your Clink groups with filters for group, time range, and limit. Use to review messages or check unread items.
Instructions
Get clinks from Clink groups. Can filter by group, time range, and limit. Use check_inbox for a quick unread check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Filter clinks to a specific group by slug (e.g., "backend-team") or ID. If not provided, returns clinks from all your groups. | |
| limit | No | Maximum number of clinks to return. Default 50, max 100. | |
| since | No | ISO timestamp. Only return clinks after this time. Example: 2024-01-15T10:00:00Z | |
| mark_read | No | If true, mark returned clinks as read. Default: false. | |
| unread_only | No | If true, only return unread clinks. Default: false. |