← Back to all apps

Refiner

Productivityby Refiner SASU
Launched Mar 11, 2026 on ChatGPT

Connect your Refiner account to analyze survey responses with ChatGPT. Uncover trends and emerging topics, summarize feedback from NPS, CSAT, and other in-app surveys using natural language. Ask questions about your survey results, identify key drivers of satisfaction, and quickly surface patterns in qualitative feedback to better understand your users and improve your product.

7ChatGPT Tools
Refiner SASUDeveloper
ProductivityCategory

Available Tools

Get Aggregated Response Data Tool

get-aggregated-response-data
Full Description

Get aggregated reporting and chart data. Requires project_uuid from get-projects. Filter by form UUIDs (surveys), segment UUIDs, tag UUIDs, question identifiers and date range. Chart types: nps, csat, ratings, count, distribution. The date range defaults to the past 30 days and can extend back up to 12 months.

Parameters (2 required, 6 optional)
Required
project_uuidstring

Project UUID (required). Call get-projects first to list environments.

typestring

Chart type

Options:npscsatratingscountdistribution
Optional
date_range_endstring

End date (Y-m-d)

date_range_startstring

Start date (Y-m-d)

form_uuidsstring

Comma-separated form UUIDs to filter by

question_identifiersstring

Comma-separated question identifiers

segment_uuidsstring

Comma-separated segment UUIDs to filter by

tag_uuidsstring

Comma-separated tag UUIDs to filter by

Get Forms Tool

get-forms-tool
Full Description

List surveys in a project. Requires project_uuid from get-projects. Available lists: all, all_with_archived, archived, published, drafts.

Parameters (1 required, 2 optional)
Required
project_uuidstring

Project UUID (required). Call get-projects first to list environments.

Optional
liststring

List filter

Default: all
pageinteger

Page number

Default: 1

Get Projects Tool

get-projects
Full Description

List all projects (environments) the authenticated user can access. Call this first; use each project uuid as project_uuid in get-forms, get-segments, get-tags, get-responses, get-aggregated-response-data, and when using resources under refiner://project/{project_uuid}/....

Get Responses Tool

get-responses-tool
Full Description

Get access to a list of survey responses. Requires project_uuid from get-projects. Filter by form UUIDs (surveys), segment UUIDs, tag UUIDs, and date range. Returns up to 500 responses per page. Contact data is excluded for privacy reasons. The date range defaults to the past 30 days and can extend back up to 12 months.

Parameters (1 required, 7 optional)
Required
project_uuidstring

Project UUID (required). Call get-projects first to list environments.

Optional
date_range_endstring

End date (Y-m-d)

date_range_startstring

Start date (Y-m-d)

form_uuidsstring

Comma-separated form UUIDs to filter by

pageinteger

Page number (default 1)

Default: 1
page_cursorstring

Cursor for next page

segment_uuidsstring

Comma-separated segment UUIDs to filter by

tag_uuidsstring

Comma-separated tag UUIDs to filter by

Get Segments Tool

get-segments-tool
Full Description

List user segments in a project. Requires project_uuid from get-projects.

Parameters (1 required)
Required
project_uuidstring

Project UUID (required). Call get-projects first to list environments.

Get Tags Tool

get-tags-tool
Full Description

List response tags in a project. Requires project_uuid from get-projects.

Parameters (1 required)
Required
project_uuidstring

Project UUID (required). Call get-projects first to list environments.

Get Traits Tool

get-traits-tool
Full Description

List attributes in a project. Requires project_uuid from get-projects. include options: all, form, contact.

Parameters (1 required, 1 optional)
Required
project_uuidstring

Project UUID (required). Call get-projects first to list environments.

Optional
includestring

Which attributes to include: all, form, or contact.

Options:allformcontact
Default: all