create_form
Generate and configure Tally forms by defining fields and set publication status. Automatically converts field definitions into Tally’s block-based format, simplifying form creation.
Instructions
Create a new Tally form with specified fields and configuration. This tool converts simple field definitions into Tally's complex blocks-based structure automatically. The status field is optional and defaults to DRAFT if not specified.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Optional form description - displayed below the title to provide context | |
fields | Yes | Array of form fields/questions. Each field will be converted to appropriate Tally blocks automatically. | |
status | No | Form publication status. Use DRAFT for unpublished forms that are being worked on, or PUBLISHED for live forms. Defaults to DRAFT if not specified. | DRAFT |
title | Yes | Form title (required) - will be displayed as the main form heading |