Skip to main content
The MCP provides access across the full research workflow: Candidates: Create, update, and delete participant profiles. View full profiles with demographics and participation history. Search by name, email, study, date, or saved segment. Study design: Create, update, and delete interview studies (1:1, round robin, or collective), survey studies, and unmoderated studies (prototype tests, website tests, card sorts, and tree tests). Configure incentives, participation caps, consent forms, participant language, and meeting providers. Build and manage screener questionnaires with qualification rules, disqualification rules, and skip logic across a full range of question types — or apply one of your saved templates instead of rebuilding questions from scratch. Add and reorder unmoderated study blocks (the tasks and questions participants work through). Scheduling: Configure interview booking limits, availability windows, buffers, scheduling notice, and livestream settings. Add, update, and remove moderators, collaborators, and observers. Recruitment: Shortlist existing candidates directly onto a study, or send screener invitations to qualify them first. Customize the invitation, screener, reminder, and other study emails before you send. Works across interview, survey, and unmoderated studies. Analysis: Browse and search sessions, transcripts, highlights, and participant responses (screener responses for interviews; survey and unmoderated submissions for surveys and unmoderated studies). Access speaker-attributed transcripts, including session recording transcripts surfaced directly on unmoderated responses, full-text search across transcript content, and prototype-test analytics (completion rate, top response paths, and drop-off by screen) with deep-links to heatmap and funnel views. Synthesis: Browse and search insights, research findings, and curated highlight reels across studies.

Available tool calls

The MCP exposes the following tools, organized by research workflow stage. Write tools can create, update, and delete resources. Read tools retrieve and search data.

Candidate tools

You can also browse and search your account’s saved candidate segments (list_candidate_segments, get_candidate_segment, search_candidate_segments) and pass a segment ID into search_candidates to pull everyone matching that segment.

Study tools (all types)

These tools work across all study types (interviews, surveys, and unmoderated studies).

Configuring study setup

When creating or updating any study type, you can configure:
  • Incentives:
    • incentive_method (manual, tremendous, coupon, product, other)
    • incentive (amount in whole currency units)
    • currency (ISO 4217 code, e.g. USD, GBP)
    • incentive_title
    • incentive_instructions
    • incentive_coupons (codes, when the method is coupon)
  • Participation caps: participation_limit to cap how many people can participate
    • interview studies accept an object with count and cadence (total or weekly);
    • surveys and unmoderated studies accept an integer (total only).
  • Consent form: consent_form_id to attach a consent form (discover IDs with list_consent_forms / search_consent_forms).
  • Participant language: language for emails, booking pages, and public participation surfaces (de, en, es, fr, it, pt-BR, tr; defaults to en).
Interview studies additionally support:
  • Scheduling style: scheduling_style (one_on_one, round_robin, or collective)
    • with round_robin_assignment (availability or fairness) when using round robin.
  • Meeting provider: meeting provider (manual, zoom, google_meet, microsoft_teams, webex, in_person) and duration_in_minutes.
  • Calendar & availability: availability (weekly hours, timezone, and booking window), booking_limit (per day / per week), buffer_minutes, and minimum/maximum scheduling notice.
Screener question types. Screener and survey questions across all study types support these types: short_text, long_text, number, number_range, single_choice, multiple_choice, yes_no, email, website, info, date, location, and matrix. Choice questions support qualifying answers, disqualifying answers, and skip logic.

Interview study tools

Study management:

Screeners

Survey study tools

Study management:

Screeners

Unmoderated study tools

Unmoderated studies cover self-guided research, prototype tests, website tests, card sorts, and tree tests. Each study is built from an ordered set of blocks (the tasks and questions a participant works through). Study management:

Blocks

Screeners

Scheduling tools

Interview calendar:

Interview moderators

Study message tools

Customize the emails a study sends, invitations, screener invites, reminders, booking confirmations, thank-yous, and more, before you send them. Templates are your account’s per-kind defaults; messages are the per-study copies you compose from them.

Participant tools

Tools for adding candidates to a study. Shortlisting adds existing candidates to the study’s participant list; sending a screener invitation emails them to fill out the study’s screener. You can combine them (shortlist candidates first, then optionally send them a screener to qualify) or use either on its own. Shortlist existing candidates. Each call automatically skips candidates who are already on the study, inaccessible to your team, uncontactable, or ineligible. Send a screener invitation. Email candidates a link to fill out the study’s screener. Works whether or not they’ve already been shortlisted.

Session & Transcript tools

Response tools

Access participant responses across all three study types. What a “response” contains depends on the study type:
  • Interview studies: screener responses, the candidate’s answers to the screener questions, with qualification status and match score. The interview session itself is accessed via the Session & Transcript tools.
  • Survey studies: the full survey submission, the participant’s answers to the survey questions.
  • Unmoderated studies: the full submission, answers, task metrics, timings, and recording link from the recorded session, with a pointer to the session transcript included on the response.
Screener responses are also available per study type via the dedicated screener-response tools (e.g. get_interview_screener_response, list_survey_screener_responses, search_unmoderated_screener_responses).

Artifact tools (Highlights, Insights & Reels)

get_repo_highlight and get_repo_reel do not return playable video or thumbnail URLs, at the reel level or per clip. To reach recording content, use get_repo_session and get_repo_session_transcript on the referenced session. Candidate names on these responses are masked for consumers without team access to the candidate or without PII permission, matching the masking applied elsewhere in the API.

Template tools

Reuse your account’s saved screener templates instead of rebuilding questions from scratch every time.

Workspace tools

A few helpers surface the building blocks you reference when setting up studies:
  • Teams (list_teams, get_team, search_teams) — your account’s teams; pass a team ID when creating or assigning a study.
  • Consent forms (list_consent_forms, search_consent_forms) — consent forms available to attach to a study via consent_form_id.
  • Candidate segments (list_candidate_segments, get_candidate_segment, search_candidate_segments) — saved candidate filters; use a segment ID with search_candidates.

Common tool call parameters

Most list and search tools support these options:
  • Pagination: page (default 1), items (default 20, max 100), cursor for continued pagination
  • Sorting: orderBy — sort by createdAt or updatedAt (default)
  • Date filtering: Exact time windows or relative durations

Security & data handling

For full privacy details, see our Privacy Policy

Troubleshooting

Permission errors? The MCP respects your existing Great Question access controls. If you can’t see certain studies or sessions, check your permissions in the Great Question product.