Enhance your email management with intelligent, context-aware interactions. Analyze conversations, generate personalized replies, and seamlessly integrate with your calendar for efficient scheduling. Streamline your workflow and stay organized with advanced search and event detection capabilities. Check README for seamless configuration process.
Tools
login_tool
Initiate the OAuth2 flow by providing a link to the Google authorization page. Returns: str: The authorization URL to redirect to.
authenticate
Start the complete OAuth authentication process. This tool opens a browser window and starts a local server to handle the callback. Returns: str: A message indicating that the authentication process has started.
process_auth_code_tool
Process the OAuth2 authorization code and state. Args: code (str): The authorization code from Google. state (str): The state parameter from Google. Returns: str: A success or error message.
logout
Log out by revoking the access token and clearing the stored credentials. Returns: str: A success or error message.
Installation
Uh oh!
This server works best locally, but does not have a local installation option. Please check the source repositary for manual setup.