auth_start
Initiates the Planner authentication flow when an authentication error occurs or upon user request for re-authentication.
Instructions
Start the Planner authentication flow. IMPORTANT: Only call this tool when you receive an authentication error (e.g. 'Not authenticated') from another tool, or when the user explicitly requests re-authentication. Do NOT call this proactively before using other Planner tools - they automatically use the stored token. If a valid token already exists, this returns immediately without starting a new auth flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force re-authentication even if a valid token exists (default: false) | |
| clientId | No | Azure AD application client ID (optional, uses Microsoft Graph Explorer by default) | |
| tenantId | No | Azure AD tenant ID (optional, uses 'common' by default) |