Jotform
Create, manage, and analyze online forms and surveys.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- Search: Search forms by title and/or submissions by natural language query. Submissions scope: Provide form_id to search submissions of a single form. Without form_id, submissions are searched only wi
- Fetch: This tool is fetching information and metadata from the Jotform based on a form id or a submission id
- Create Form: Create a new form based on the user's prompt
What data it sees
Do you need an account
No: the server works without sign-in
Create, manage, and analyze online forms and surveys. Collect submissions, view responses, and build workflows from form data.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| search | Search forms by title and/or submissions by natural language query. Submissions scope: Provide form_id to search submissions of a single form. Without form_id, submissions are searched only within forms matched by form_query (there is no global all-forms submissions search). Queries: form_query is an array of plain strings for form title matching (OR logic). submission_inquiry is a single natural language sentence describing the desired submission filter (IMPORTANT: send it as a plain string, never as an array). Regex is not supported. Empty form query: Empty form_query lists your forms. Submission inquiry: When search_submissions is true, submission_inquiry is REQUIRED and must contain a non-empty natural language string. Empty submission_inquiry will return an error when searching submissions. Toggles: Use search_forms and search_submissions to include forms and/or submissions in the result. limit controls the number fetched per underlying request. Examples: (1) form_query=["invoice"] to find forms; (2) form_id="123" and submission_inquiry="payments above 100 usd" to find matching submissions in that form; (3) form_query=["order"], submission_inquiry="customers requesting refunds" to search submissions only within forms whose titles match "order". |
| fetch | This tool is fetching information and metadata from the Jotform based on a form id or a submission id |
| create_form | Create a new form based on the user's prompt |
| edit_form | 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. |
| create_submission | Create a submission for a form. |
| assign_form | Assign a form to a email address |