Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.
Get a Form
typeform:get_form
Select a specific form to get the data. See the docs here
Read
Low risk
List Forms
typeform:list_forms
Retrieves a list of forms. See the docs here
Read
Low risk
List Images
typeform:list_images
Retrieves a list of JSON descriptions for all images in your Typeform account. See the docs here
Read
Low risk
List Responses
typeform:list_responses
Returns form responses and date and time of form landing and submission. See the docs here
Read
Low risk
Lookup Responses
typeform:lookup_responses
Search for responses with the `query` property. See the docs here
Read
Low risk
Create a Form
typeform:create_form
Creates a form with its corresponing fields. See the docs here
Write
Medium risk
Create an Image
typeform:create_image
Adds an image in your Typeform account. See the docs here
Write
Medium risk
Delete Form
typeform:delete_form
Select a form to be deleted. See the docs here.
Write
High risk
Delete an Image
typeform:delete_image
Deletes an image from your Typeform account. See the docs here
Write
High risk
Duplicate a Form
typeform:duplicate_form
Duplicates an existing form in your Typeform account and adds "(copy)" to the end of the title. See the docs here
Write
Medium risk
Update Dropdown, Multiple Choice or Ranking
typeform:update_dropdown_multiple_choice_ranking
Update a dropdown, multiple choice, or ranking field's choices. See the docs here
Write
Medium risk
Update Form Title
typeform:update_form_title
Updates an existing form's title. See the docs here
Write
Medium risk