Exist is a personal analytics app that combines data from various services to help users understand and improve their lives.
Tool to retrieve a paged list of supported attribute templates. Use when you need to browse available templates before creating or updating data.
Retrieve a paginated list of correlations discovered between tracked attributes in the last week. Correlations reveal statistical relationships between different metrics (e.g., sleep duration vs mood). Filter by relationship strength, confidence level (statistical significance), or specific attributes. Returns correlation coefficients, p-values, and human-readable descriptions.
Tool to retrieve a paged list of the user's attributes without values. Use when you need metadata on available attributes for filtering or selection.
Tool to retrieve the authenticated user's profile details and preferences. Use after authentication to inspect account settings and status.
Tool to initiate the OAuth2 authorization flow for user consent. Use when you need an authorization code before exchanging for an access token.
Constructs an OAuth2 authorization URL for Exist.io. This tool generates the URL that users must visit in their browser to grant permissions to your application. After user consent, Exist redirects back to your redirect_uri with an authorization code that can be exchanged for an access token. This action does not make an API call - it only builds the authorization URL.