← Back to all apps

Jotform

Productivityby Jotform Inc.
Launched Mar 13, 2026 on ChatGPT

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.

5ChatGPT Tools
6Claude Tools
Jotform Inc.Developer
ProductivityCategory

Use Cases

productivity

Available Tools

Create Form

create_form
Full Description

Create a new form based on the user's prompt

Parameters (1 required)
Required
descriptionstring

Description of the form to create

Submit a new submission for a form

create_submission
Full Description

Create a submission for a form.

Parameters (2 required)
Required
form_idstring

The 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_answersarray

The answers to the questions in the form in text format. Answers will be extracted based on the question text and answer.

Edit Form

edit_form
Full Description

Edit 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.

Parameters (2 required)
Required
descriptionstring

High-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_idstring

The ID of the form to edit

Fetch

fetch
Full Description

This tool is fetching information and metadata from the Jotform based on a form id or a submission id

Parameters (1 required)
Required
idstring

The form id or the submission id to fetch information and metadata from

Search and Analyze

search
Full Description

Search 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.

Parameters (8 required)
Required
form_idstring

Optional: 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_queryarray

Array of plain strings matched against form titles (OR logic). Regex is not supported. Empty array lists your forms.

formIDstring

The ID of the form whose submissions will be analyzed or listed. Return empty string if not provided.

limitnumber

Maximum items fetched per underlying request (default: 20)

search_formsboolean

Include forms matched by form_query in results (default: true).

search_submissionsboolean

Include submissions matched by submission_query in results (default: true). Without form_id, searches only within forms matched by form_query.

submission_inquirystring

REQUIRED 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_querystring

A natural-language instruction describing what the user wants to find, list, or analyze from forms or submissions.