Create Form
create_formFull Description
Create a new form based on the user's prompt
Parameters (1 required)
descriptionstringDescription of the form to create
Create and edit online forms, then access and analyze submissions directly in Claude. Design forms through natural language, review incoming responses, and generate insights or reports without leaving the chat. Make data collection and analysis seamless, helping businesses, educators, and teams capture structured input and act on it instantly.
create_formCreate a new form based on the user's prompt
descriptionstringDescription of the form to create
create_submissionCreate a submission for a form.
form_idstringThe ID of the form to submit to. If you do not have information about to form use list_forms, search or fetch to get the form by its id.
question_answersarrayThe answers to the questions in the form in text format. Answers will be extracted based on the question text and answer.
edit_formEdit a form based on the user's prompt. Use high-level natural-language instructions only (e.g., "Add a name question at the top", "Move the email question to the end"). Do not specify internal field types, control names, or IDs. Another agent will map your intent to exact field types.
descriptionstringHigh-level natural-language instruction describing what to change (e.g., add/move/rename questions). Avoid specifying internal types or identifiers; another agent will infer the appropriate field types.
form_idstringThe ID of the form to edit
fetchThis tool is fetching information and metadata from the Jotform based on a form id or a submission id
idstringThe form id or the submission id to fetch information and metadata from
searchSearch and/or list forms by title and/or submissions by natural language query. You can reuse the same tool to search again after listing the forms to use the ids of the forms retrieved in the previous step to search submissions. Examples: (1) form_query=["invoice"] to find forms; (2) formID="123" to find submissions in that form.
form_idstringOptional: ID of a single form. Required to search that form's submissions directly. When omitted, submissions are searched only within forms matched by form_query (no global all-forms submissions search).
form_queryarrayArray of plain strings matched against form titles (OR logic). Regex is not supported. Empty array lists your forms.
formIDstringThe ID of the form whose submissions will be analyzed or listed. Return empty string if not provided.
limitnumberMaximum items fetched per underlying request (default: 20)
search_formsbooleanInclude forms matched by form_query in results (default: true).
search_submissionsbooleanInclude submissions matched by submission_query in results (default: true). Without form_id, searches only within forms matched by form_query.
submission_inquirystringREQUIRED when search_submissions is true: Using the user_query, provide a single natural language sentence that filters the submissions (plain string only; do NOT wrap it in an array). e.g., "people who filled vegan as yes".
user_querystringA natural-language instruction describing what the user wants to find, list, or analyze from forms or submissions.