Overview
Authentication tools handle user signup via OAuth 2.1 and session status checking.init_signup
Initialize the signup flow for a new Arlo Health user from a non-connector agent.Parameters
Returns
Example
Webhook Setup
Pass webhook configuration during
init_signup to receive real-time push notifications. You can also register or update webhooks after authentication using register_webhook. If init_signup is called without webhookUrl, any existing webhook configuration is preserved.check_account_status
Check authentication and webhook status for an Arlo session.Parameters
Behavior
WithsessionId: Polls for auth completion. Returns authenticated: false while pending, authenticated: true once complete.
Without sessionId: Returns webhook status for all configured sessions and general authentication status.
Returns
check_account_status also reports webhook configuration, so it doubles as the webhook status check on the MCP surface.