tasks_assigned_to_me
Retrieve every Microsoft To Do task from user's lists and every Planner task assigned to the user, merged and sorted by due date. Excludes completed tasks by default.
Instructions
Cross-source view: every Microsoft To Do task in the user's lists plus every Microsoft Planner task assigned to the user, merged into one list. Sorted by due_date ascending (None last). include_completed=False excludes completed tasks from both surfaces. Each entry is a unified task envelope tagged with source ('todo' or 'planner') and profile so the agent can route follow-up calls correctly. Optional profiles=[...] fans out across multiple signed-in tenants and merges; per-profile failures are best-effort skipped and listed in _skipped_profiles. Returns {'tasks': [...], '_skipped_profiles': [...]}. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_completed | No | ||
| limit | No | ||
| profiles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||