Jotform Automation

Automate Jotform form listing, user management, activity history, folder organization, and plan inspection through natural language commands

16 stars

Best use case

Jotform Automation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Automate Jotform form listing, user management, activity history, folder organization, and plan inspection through natural language commands

Teams using Jotform Automation should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/jotform-automation/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/jotform-automation/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/jotform-automation/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Jotform Automation Compares

Feature / AgentJotform AutomationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Automate Jotform form listing, user management, activity history, folder organization, and plan inspection through natural language commands

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Jotform Automation

Automate Jotform workflows -- list and search forms, inspect user details, browse activity history, manage folders and labels, and check plan limits -- all through natural language.

**Toolkit docs:** [composio.dev/toolkits/jotform](https://composio.dev/toolkits/jotform)

---

## Setup

1. Add the Rube MCP server to your environment: `https://rube.app/mcp`
2. Connect your Jotform account when prompted (API key auth via Composio)
3. Start issuing natural language commands for Jotform automation

---

## Core Workflows

### 1. List and Search Forms

Retrieve all forms created by the authenticated user with search, filtering, sorting, and pagination.

**Tool:** `JOTFORM_GET_USER_FORMS`

Key parameters:
- `search` -- search query to filter forms by name or content
- `limit` -- number of forms to return
- `offset` -- offset for pagination
- `orderby` -- field to order by
- `sorting` -- sorting direction: `ASC` or `DESC`
- `folder` -- filter by folder ID

Example prompt:
> "List all my Jotform forms that contain 'feedback' in the name, sorted by most recent"

---

### 2. Get User Account Details

Retrieve details about the authenticated user including account type, usage statistics, and limits.

**Tool:** `JOTFORM_GET_USER_DETAILS`

No parameters required. Returns account info such as username, email, account type, form count, submission count, and usage limits.

Example prompt:
> "Show me my Jotform account details and current usage"

---

### 3. Browse Activity History

Fetch user activity records for auditing, filtered by action type and date range.

**Tool:** `JOTFORM_GET_USER_HISTORY`

Key parameters:
- `action` -- filter by action type (e.g., `formCreation`, `userLogin`, `formUpdate`, `apiKeyCreated`, `userLogout`)
- `date` -- predefined date range: `lastWeek`, `lastMonth`, `last3Months`, `last6Months`, `lastYear`, `all`
- `startDate` -- custom start date in `MM/DD/YYYY` format
- `endDate` -- custom end date in `MM/DD/YYYY` format
- `sortBy` -- sort order: `ASC` or `DESC`

Example prompt:
> "Show me all form creation activity from the last month, sorted newest first"

---

### 4. Manage Folders and Labels

Browse the folder/label structure for organizing forms.

**Tool:** `JOTFORM_GET_USER_FOLDERS`

Key parameters:
- `add_resources` -- set to `true` to include label resources (forms) in the response
- `owner` -- owner username or workspace/team ID (conditionally required for some accounts)

> Jotform has migrated from folders to labels. This tool uses the `GET /user/labels` endpoint.

Example prompt:
> "List all my Jotform folders with their forms included"

---

### 5. Check Plan Limits and Pricing

Retrieve details about a specific Jotform system plan to understand limits and capabilities.

**Tool:** `JOTFORM_GET_SYSTEM_PLAN`

Key parameters:
- `planName` -- the plan to inspect (required): `FREE`, `BRONZE`, `SILVER`, `GOLD`, or `PLATINUM`

Example prompt:
> "What are the limits on the Jotform GOLD plan?"

---

### 6. Full Form Management Workflow

Combine tools for comprehensive form management:

1. **Discover**: `JOTFORM_GET_USER_DETAILS` -- check account type and usage limits
2. **Browse**: `JOTFORM_GET_USER_FORMS` -- list and search forms with filters
3. **Organize**: `JOTFORM_GET_USER_FOLDERS` -- view folder structure with `add_resources=true`
4. **Audit**: `JOTFORM_GET_USER_HISTORY` -- track form creation and modification activity
5. **Plan**: `JOTFORM_GET_SYSTEM_PLAN` -- compare plan features before upgrading

Example prompt:
> "Show me my account usage, list my recent forms, and tell me if I'm close to my plan limits"

---

## Known Pitfalls

| Pitfall | Details |
|---------|---------|
| API key authentication | Jotform uses API key auth, not OAuth -- ensure valid API key is configured in the connection |
| Folders migrated to labels | The folders endpoint now maps to Jotform's labels system; the API behavior may differ from legacy folder documentation |
| Date format for history | Custom date filters use `MM/DD/YYYY` format (e.g., `01/15/2026`), not ISO 8601 |
| Plan name must be exact | `planName` values are case-sensitive enum: `FREE`, `BRONZE`, `SILVER`, `GOLD`, `PLATINUM` |
| Pagination is offset-based | Forms use `limit`/`offset` pagination, not cursor or page-based |
| Owner field conditionally required | `JOTFORM_GET_USER_FOLDERS` may require the `owner` parameter for workspace/team accounts |

---

## Quick Reference

| Action | Tool Slug | Key Params |
|--------|-----------|------------|
| List forms | `JOTFORM_GET_USER_FORMS` | `search`, `limit`, `offset`, `orderby` |
| Get user details | `JOTFORM_GET_USER_DETAILS` | (none) |
| Activity history | `JOTFORM_GET_USER_HISTORY` | `action`, `date`, `startDate`, `endDate` |
| List folders/labels | `JOTFORM_GET_USER_FOLDERS` | `add_resources`, `owner` |
| Check plan | `JOTFORM_GET_SYSTEM_PLAN` | `planName` |

---

*Powered by [Composio](https://composio.dev)*

Related Skills

js-reverse-automation-page-redirect-debugger

16
from diegosouzapw/awesome-omni-skill

页面跳转 JS 代码定位通杀方案:在跳转前触发 debugger 以定位调用源。仅在确认跳转定位需求时启用。

i18n-automation

16
from diegosouzapw/awesome-omni-skill

Automate internationalization and localization workflows for web applications with translation, key generation, and library setup

html-to-image-automation

16
from diegosouzapw/awesome-omni-skill

Automate Html To Image tasks via Rube MCP (Composio). Always search tools first for current schemas.

HeyGen Automation

16
from diegosouzapw/awesome-omni-skill

Automate AI video generation, avatar browsing, template-based video creation, and video status tracking through HeyGen's platform via Composio

hashnode-automation

16
from diegosouzapw/awesome-omni-skill

Automate Hashnode tasks via Rube MCP (Composio). Always search tools first for current schemas.

happy-scribe-automation

16
from diegosouzapw/awesome-omni-skill

Automate Happy Scribe tasks via Rube MCP (Composio). Always search tools first for current schemas.

googlebigquery-automation

16
from diegosouzapw/awesome-omni-skill

Automate Google BigQuery tasks via Rube MCP (Composio): run SQL queries, explore datasets and metadata, execute MBQL queries via Metabase integration. Always search tools first for current schemas.

google-search-console-automation

16
from diegosouzapw/awesome-omni-skill

Automate Google Search Console tasks via Rube MCP (Composio): search performance, URL inspection, sitemaps, and indexing status. Always search tools first for current schemas.

go-to-webinar-automation

16
from diegosouzapw/awesome-omni-skill

Automate GoToWebinar tasks via Rube MCP (Composio). Always search tools first for current schemas.

getform-automation

16
from diegosouzapw/awesome-omni-skill

Automate Getform tasks via Rube MCP (Composio). Always search tools first for current schemas.

geoapify-automation

16
from diegosouzapw/awesome-omni-skill

Automate Geoapify tasks via Rube MCP (Composio). Always search tools first for current schemas.

genderapi-io-automation

16
from diegosouzapw/awesome-omni-skill

Automate Genderapi IO tasks via Rube MCP (Composio). Always search tools first for current schemas.