Calls are completed interview sessions. Each call record carries the transcript, recording URL, AI analysis, and quality signals. 7 tools.Documentation Index
Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Tool | Description |
|---|---|
list_calls | List interview calls, filterable by study/participant/status/quality |
get_call | Fetch one call (includes transcript, messages, recording_url, analysis) |
update_call | Update mutable fields (e.g. is_visible, success_evaluation) |
delete_call | Soft-delete a call |
get_call_usage_stats | Aggregate call counts/durations over a date range |
get_calls_grouped_by_invite | Calls grouped by participant |
analyze_transcripts | Trigger study-level report generation |
How User Intuition handles this
Every interview User Intuition runs is stored as a searchable, analyzable call record.analyze_transcripts triggers cross-study synthesis — the same engine powering the in-app dashboard reports. For deeper programmatic analysis, pair with the Intelligence Hub tools. See /platform/agentic-research/ for the full agent-driven research workflow.
