auth
Manage authentication for Microsoft Outlook via Graph API. Check auth status, initiate OAuth flow, or view server information to access email, calendar, and contacts.
Instructions
Manage authentication with Microsoft Graph API. action=status (default) checks auth state, action=authenticate starts OAuth flow, action=about shows server info.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action to perform (default: status) | |
| force | No | Force re-authentication even if already authenticated (action=authenticate only) |