The desired schedule (days/time, e.g. Every weekday at 8am)
Protocol
Use Use Linear with linear-get-current-user to 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 create_scheduled_task to 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 Use Linear with linear-search-issues and 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.