Productivity18 toolsPaste one API key
Jotform integration for AI agents
Create forms, manage submissions, and build workflows
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Jotform once and call the same tools from all of them.
Setup
Connect jotform through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Jotform exposes 18 tools through ClawLink. The 17 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
jotform_clone_form | Tool to clone a single form in Jotform. Creates a complete copy of the form with all its questions and settings. Use when you need to duplicate an existing form. | Read |
jotform_create_label | Tool to create a new label for organizing forms in Jotform. Use when you need to categorize or group forms with a named label. | Write |
jotform_get_label | Tool to retrieve details of a label by its ID, including name and color. Use when you need to fetch information about a specific label. | Read |
jotform_get_label_resources | Tool to get a list of assets (forms) in a label and their associated information. Use when you need to retrieve forms organized under a specific label. | Read |
jotform_get_system_plan | Tool to retrieve details of a specific system plan. Use when you need to check limits and pricing of a plan. | Read |
jotform_get_user_details | Tool to retrieve details of the authenticated user, including account and usage info. Use after confirming valid API key. | Read |
jotform_get_user_folders | Tool to retrieve a list of labels (folders replacement) for the authenticated user. Uses the GET /user/labels endpoint per Jotform's migration from folders to labels. | Read |
jotform_get_user_forms | Tool to retrieve a list of forms created by the authenticated user. Use after setting up API key authentication. | Read |
jotform_get_user_history | Tool to fetch user activity history records. Use when auditing or filtering user actions by type or date. | Read |
jotform_get_user_reports | Tool to retrieve list of report URLs for all forms in the account. Includes Excel, CSV, printable charts, and embeddable HTML tables. | Read |
jotform_get_user_settings | Tool to retrieve the settings of the authenticated user. Use after confirming a valid API key. | Read |
jotform_get_user_settings_by_key | Retrieve a specific user setting by key | Read |
jotform_get_user_submissions | Retrieve all submissions for all forms on the account | Read |
jotform_get_user_usage | Retrieve monthly usage statistics for the authenticated user | Read |
jotform_update_label | Update an existing label with new name or color settings | Write |
jotform_update_user_settings | Update user's settings like time zone, language, email, and website | Write |
jotform_remove_label_resources | Remove specified resources (forms) from a label by their IDs and types | Write |