get-mentions
Fetch threads, comments, and messages that mention the current user. Filter by channel, author, or date range for precise results.
Instructions
Fetch threads, comments, and messages that mention the current user. Supports filtering by channel, author, and date range. Use this instead of search-content when no keyword query is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. | |
| cursor | No | Cursor for pagination. | |
| dateTo | No | End date for filtering (YYYY-MM-DD). | |
| dateFrom | No | Start date for filtering (YYYY-MM-DD). | |
| authorIds | No | Filter by author user IDs. | |
| channelIds | No | Filter by channel IDs. | |
| workspaceId | Yes | The workspace ID to search in. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| cursor | No | ||
| hasMore | Yes | ||
| results | Yes | ||
| workspaceId | Yes | ||
| totalResults | Yes |