Prerequisites
- • User has Linear account connected
Input
- •The desired schedule (days/time, e.g. Every weekday at 8am)
Protocol
- •Use
tool use_app_linearwithlinear-get-current-userto get the user's information, as well as their team(s). - •Confirm with the user which team they would like to create a digest for.
- •Use
tool create_scheduled_taskto create a task for the user's desired schedule with email delivery method and the exact following instruction, replacing<USER_ID>with the user's Linear ID and<TEAM_ID>with their team ID:
- •Use
tool use_app_linearwithlinear-search-issuesand the following props:
{ "assigneeId": <USER_ID>, "teamId": <TEAM_ID>, "orderBy": "updatedAt", "limit": 50 }.- •Output a summary of ONLY YESTERDAY's activity and a bulleted list of each issue and short description.