get_correl8_guidelines(user_id=…) once per conversation, then calls post_observations when the loaded rules apply.
There is no tool to list observations back — review data in the app.
Authentication
Custom integration (REST API)
Use the REST API only if MCP is not an option:{ "user_id": "…", "interaction_id": "…", "user_sentiment": "…", "observations": [ … ] } — one user, thread, and sentiment per call.
See Advanced ingestion and the API reference.