← ClaudeAtlas

jotform-automationlisted

Automate Jotform form listing, user management, activity history, folder organization, and plan inspection through natural language commands
ComposioHQ/awesome-claude-skills · ★ 62,373 · AI & Automation · score 84
Install: claude install-skill ComposioHQ/awesome-claude-skills
# 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 Activ