SKILL.md
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
Setup
- Add the Rube MCP server to your environment:
https://rube.app/mcp - Connect your Jotform account when prompted (API key auth via Composio)
- 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 contentlimit-- number of forms to returnoffset-- offset for paginationorderby-- field to order bysorting-- sorting direction:ASCorDESCfolder-- 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"
