Dovetail

Dovetail is an Australian software company that provides tools for transcription analysis, coding interpretation of interviews, survey responses, and feedback, enabling users to create summarized insights from their research analysis.

51 actions Integration catalog
Request access
Connect Dovetail once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create ChannelDOVETAIL_CREATE_CHANNEL
Creates a new channel in Dovetail to organize and collect feedback data. Channels are containers for specific types of customer feedback such as app reviews, NPS responses, churn reasons, product reviews, or support tickets. Use this to set up a new data collection source before importing feedback data.
Create ContactDOVETAIL_CREATE_CONTACT
Tool to create a new contact in Dovetail. Use when you need to register a contact before logging interactions.
Create DataDOVETAIL_CREATE_DATA
Tool to create a data item in a Dovetail project with text content, title, and/or structured fields. Use when you need to capture and store research data, interview notes, or other content in a project.
Create Data PointDOVETAIL_CREATE_DATA_POINT
Tool to create a data point within a channel. Use after capturing new content to record and classify it in Dovetail.
Create DocDOVETAIL_CREATE_DOC
Tool to create a doc in a Dovetail project with text content, title and/or custom fields. Use when you need to document research findings, store notes, or create structured content within a project. The doc content is stored but not returned in the response.
Create InsightDOVETAIL_CREATE_INSIGHT
Creates a new insight in Dovetail to store synthesized research findings, observations, or conclusions. Use this tool when you need to document and save key findings from user research, interviews, or data analysis. Insights can optionally be linked to a project for better organization. Returns the created insight's ID, title, creation timestamp, and other metadata. Note: The body content is stored but not included in the response.
Create NoteDOVETAIL_CREATE_NOTE
Tool to create a note in a Dovetail project with text content, title and/or custom fields. Use when you need to document research notes, store interview findings, or create structured content within a project. The note content is stored but not returned in the response.
Create ProjectDOVETAIL_CREATE_PROJECT
Tool to create a new project in your Dovetail workspace. Use when you need to create a project to organize research data.
Create TopicDOVETAIL_CREATE_TOPIC
Tool to create a new topic in a Dovetail channel. Requires channel_id, title, and description. Use to organize feedback within channels by creating themed discussion topics.
Delete ChannelDOVETAIL_DELETE_CHANNEL
Tool to delete an existing channel. Use when you need to remove a channel and move it to the project's trash (restorable for 30 days). Confirm the channel ID before calling.
Delete DataDOVETAIL_DELETE_DATA
Tool to delete an existing data item. Use when you have confirmed the data ID and want to move it to trash (restorable for 30 days). Example: "Delete data with ID 1tFfvvAmYPCLUqb9zO8dgN."
Delete DocDOVETAIL_DELETE_DOC
Tool to delete an existing doc. Use when you need to remove a doc and move it to the project's trash (restorable for 30 days).
Delete InsightDOVETAIL_DELETE_INSIGHT
Tool to delete an existing insight. Use when you have confirmed the insight ID and want to move it to trash (restorable for 30 days).
Delete NoteDOVETAIL_DELETE_NOTE
Tool to delete an existing note. Use when you have confirmed the note ID and want to move it to trash (restorable for 30 days).
Delete TopicDOVETAIL_DELETE_TOPIC
Tool to delete an existing topic. Use when you have confirmed the topic ID and want to move it to trash (restorable for 30 days). Example: "Delete topic with ID 123e4567-e89b-12d3-a456-426614174000."
Export DataDOVETAIL_EXPORT_DATA
Tool to export data in HTML or Markdown format. Use when you need to retrieve a formatted version of data items from Dovetail.
Export DocDOVETAIL_EXPORT_DOC
Tool to export a doc in HTML or Markdown format. Use when you need to retrieve the full content of a doc from Dovetail in a specific format.
Export InsightDOVETAIL_EXPORT_INSIGHT
Tool to export an insight in HTML or Markdown format. Use when you need to retrieve the full content of an insight for documentation, reporting, or sharing purposes. The exported content includes the insight's title and body in the specified format.
Export NoteDOVETAIL_EXPORT_NOTE
Tool to export a note from Dovetail in HTML or Markdown format. Use when you need to retrieve the full content of a note in a specific export format.
Get ContactDOVETAIL_GET_CONTACT
Tool to retrieve details of a specific contact. Use when you have confirmed the contact ID and need full contact metadata from Dovetail.
Get DataDOVETAIL_GET_DATA
Tool to retrieve details of a specific data item by ID. Use when you have confirmed the data ID and need full metadata including custom fields, files, and project information from Dovetail.
Get DocDOVETAIL_GET_DOC
Tool to retrieve details of a specific doc by ID. Use when you have confirmed the doc ID and need full doc metadata from Dovetail.
Get FileDOVETAIL_GET_FILE
Tool to retrieve details of a specific file by its ID. Use when you need file metadata, download URL, or processing status from Dovetail.
Get FolderDOVETAIL_GET_FOLDER
Tool to retrieve details of a specific folder. Use when you have confirmed the folder ID and need full folder metadata from Dovetail.
Get InsightDOVETAIL_GET_INSIGHT
Tool to retrieve details of a specific insight by ID. Use when you need full insight metadata from Dovetail.
Get NoteDOVETAIL_GET_NOTE
Tool to retrieve details of a specific note. Use when you have confirmed the note ID and need full note metadata from Dovetail.
Get ProjectDOVETAIL_GET_PROJECT
Tool to retrieve details of a specific project. Use when you have confirmed the project ID and need full project metadata from Dovetail.
Get Token InfoDOVETAIL_GET_TOKEN_INFO
Retrieves information about the current API token, including its unique identifier and the associated workspace subdomain. Use this to verify which workspace the token belongs to.
Import Data FileDOVETAIL_IMPORT_DATA_FILE
Tool to import a public URL of a file as new data in Dovetail. Use when you need to add external files to a project.
Import Doc FileDOVETAIL_IMPORT_DOC_FILE
Tool to import a public file URL as a new doc in Dovetail. Use when you need to create a doc from an external file source. The file must be publicly accessible at the provided URL.
Import Insight from FileDOVETAIL_IMPORT_INSIGHT_FILE
Tool to import a file from a public URL as a new insight in Dovetail. Use when you need to create an insight from an external file source such as PDFs, images, or documents. The file must be publicly accessible for Dovetail to fetch and import it. After import, the insight can be analyzed, tagged, and connected to projects.
Import Note FileDOVETAIL_IMPORT_NOTE_FILE
Tool to import a file from a public URL as a new note in Dovetail. Use when you need to create a note by importing content from an accessible file URL (PDF, video, audio, etc.).
List ContactsDOVETAIL_LIST_CONTACTS
Retrieves a paginated list of contacts from a Dovetail workspace. Returns contact IDs, names, creation timestamps, and custom fields. Use cursor-based pagination (limit + start_cursor) to navigate large contact lists efficiently.
List DataDOVETAIL_LIST_DATA
Tool to list data items in Dovetail. Use when you need to retrieve, filter, sort, or paginate through your workspace data. Supports filtering by created_at (date range), project_id, and title. Results can be sorted by created_at or title. Uses cursor-based pagination with configurable page size.
List DocsDOVETAIL_LIST_DOCS
Tool to list docs in a Dovetail workspace with optional filtering, sorting, and pagination. Use when you need to retrieve docs, optionally filtered by project, title, content, or creation date.
List FoldersDOVETAIL_LIST_FOLDERS
Tool to get a list of folders associated with a workspace. Use when you need to retrieve folder hierarchy, search for folders by title, or navigate the folder structure with pagination support.
List HighlightsDOVETAIL_LIST_HIGHLIGHTS
List highlights from your Dovetail workspace with optional filtering and pagination. Use this action to retrieve highlights that have been created across your notes and projects. Supports filtering by project or note, and cursor-based pagination for large result sets.
List InsightsDOVETAIL_LIST_INSIGHTS
Tool to get a list of insights associated with a workspace. Use when you need to retrieve insights with optional filtering by project, publication status, or title, and support for cursor-based pagination.
List NotesDOVETAIL_LIST_NOTES
List notes in Dovetail workspace with optional pagination and sorting. Use this tool to retrieve notes from your Dovetail workspace. Supports pagination for large result sets and sorting options. Returns note metadata including IDs, titles, timestamps, and associated project information.
List ProjectsDOVETAIL_LIST_PROJECTS
Tool to list all projects in Dovetail. Use after authenticating with a valid workspace token when you need to retrieve the full project list.
List TagsDOVETAIL_LIST_TAGS
List all tags in the authenticated Dovetail workspace. Returns tag details including title, color, highlight count, and timestamps. Supports pagination for workspaces with many tags.
List User DocsDOVETAIL_LIST_USER_DOCS
Tool to get a list of docs associated with a user in Dovetail. Use when you need to retrieve documents for a specific user or the authenticated user (use 'me' as user_id).
List User InsightsDOVETAIL_LIST_USER_INSIGHTS
List personal insights for a user in Dovetail. Returns a paginated list of insights including their IDs, titles, creation dates, and published status. Use DOVETAIL_GET_TOKEN_INFO to obtain a valid user_id.
Magic SearchDOVETAIL_MAGIC_SEARCH
Tool to perform a magic search across workspace data. Use when you need to retrieve relevant highlights, notes, insights, channels, themes, or tags by query.
Update ChannelDOVETAIL_UPDATE_CHANNEL
Tool to update an existing channel's title or context. Use after confirming the channel ID and fields to change.
Update ContactDOVETAIL_UPDATE_CONTACT
Tool to update an existing contact in Dovetail. Use when you need to modify a contact's name, email, or custom fields.
Update DataDOVETAIL_UPDATE_DATA
Tool to update a data item in Dovetail. Use when you need to modify the title or fields of an existing data item.
Update DocDOVETAIL_UPDATE_DOC
Tool to update a doc in Dovetail. Use when you need to modify a doc's title or custom fields.
Update InsightDOVETAIL_UPDATE_INSIGHT
Updates an existing insight in Dovetail, allowing you to modify the title and custom fields. Use when you need to revise insight information, correct titles, or update custom field values.
Update NoteDOVETAIL_UPDATE_NOTE
Tool to update an existing note in Dovetail. Use when you need to modify a note's title, content, or custom fields. Example: "Update note 8IFq5LEC6hV1Vgsu0jPNJ with new title 'Q1 Review'".
Update TopicDOVETAIL_UPDATE_TOPIC
Tool to update an existing topic. Use after confirming the topic ID and fields to change. Example: "Update topic with id 123... to have title 'New'".