[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-composio-jotform-automation":3,"mdc--jx50f1-key":50,"related-org-composio-jotform-automation":1222,"related-repo-composio-jotform-automation":1369},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":13,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":45,"sourceUrl":48,"mdContent":49},"jotform-automation","Jotform Automation","automate form management with Jotform","Automate Jotform form listing, user management, activity history, folder organization, and plan inspection through natural language commands",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},"composio","Composio","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcomposio.png","ComposioHQ",[14,18,21],{"name":15,"slug":16,"type":17},"Data Extraction","data-extraction","tag",{"name":19,"slug":20,"type":17},"Automation","automation",{"name":22,"slug":23,"type":17},"Forms","forms",67499,"https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills","2026-07-15T05:48:59.604295",null,7603,[30,31,32,20,33,34,35,9,36,37,38,39,40,41,42,43,44],"agent-skills","ai-agents","antigravity","claude","claude-code","codex","cursor","developer-tools","gemini-cli","mcp","openai-codex","rube","saas","skill","workflow-automation",{"repoUrl":25,"stars":24,"forks":28,"topics":46,"description":47},[30,31,32,20,33,34,35,9,36,37,38,39,40,41,42,43,44],"A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows","https:\u002F\u002Fgithub.com\u002FComposioHQ\u002Fawesome-claude-skills\u002Ftree\u002FHEAD\u002Fcomposio-skills\u002Fjotform-automation","---\nname: Jotform Automation\ndescription: \"Automate Jotform form listing, user management, activity history, folder organization, and plan inspection through natural language commands\"\nrequires:\n  mcp:\n    - rube\n---\n\n# Jotform Automation\n\nAutomate Jotform workflows -- list and search forms, inspect user details, browse activity history, manage folders and labels, and check plan limits -- all through natural language.\n\n**Toolkit docs:** [composio.dev\u002Ftoolkits\u002Fjotform](https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fjotform)\n\n---\n\n## Setup\n\n1. Add the Rube MCP server to your environment: `https:\u002F\u002Frube.app\u002Fmcp`\n2. Connect your Jotform account when prompted (API key auth via Composio)\n3. Start issuing natural language commands for Jotform automation\n\n---\n\n## Core Workflows\n\n### 1. List and Search Forms\n\nRetrieve all forms created by the authenticated user with search, filtering, sorting, and pagination.\n\n**Tool:** `JOTFORM_GET_USER_FORMS`\n\nKey parameters:\n- `search` -- search query to filter forms by name or content\n- `limit` -- number of forms to return\n- `offset` -- offset for pagination\n- `orderby` -- field to order by\n- `sorting` -- sorting direction: `ASC` or `DESC`\n- `folder` -- filter by folder ID\n\nExample prompt:\n> \"List all my Jotform forms that contain 'feedback' in the name, sorted by most recent\"\n\n---\n\n### 2. Get User Account Details\n\nRetrieve details about the authenticated user including account type, usage statistics, and limits.\n\n**Tool:** `JOTFORM_GET_USER_DETAILS`\n\nNo parameters required. Returns account info such as username, email, account type, form count, submission count, and usage limits.\n\nExample prompt:\n> \"Show me my Jotform account details and current usage\"\n\n---\n\n### 3. Browse Activity History\n\nFetch user activity records for auditing, filtered by action type and date range.\n\n**Tool:** `JOTFORM_GET_USER_HISTORY`\n\nKey parameters:\n- `action` -- filter by action type (e.g., `formCreation`, `userLogin`, `formUpdate`, `apiKeyCreated`, `userLogout`)\n- `date` -- predefined date range: `lastWeek`, `lastMonth`, `last3Months`, `last6Months`, `lastYear`, `all`\n- `startDate` -- custom start date in `MM\u002FDD\u002FYYYY` format\n- `endDate` -- custom end date in `MM\u002FDD\u002FYYYY` format\n- `sortBy` -- sort order: `ASC` or `DESC`\n\nExample prompt:\n> \"Show me all form creation activity from the last month, sorted newest first\"\n\n---\n\n### 4. Manage Folders and Labels\n\nBrowse the folder\u002Flabel structure for organizing forms.\n\n**Tool:** `JOTFORM_GET_USER_FOLDERS`\n\nKey parameters:\n- `add_resources` -- set to `true` to include label resources (forms) in the response\n- `owner` -- owner username or workspace\u002Fteam ID (conditionally required for some accounts)\n\n> Jotform has migrated from folders to labels. This tool uses the `GET \u002Fuser\u002Flabels` endpoint.\n\nExample prompt:\n> \"List all my Jotform folders with their forms included\"\n\n---\n\n### 5. Check Plan Limits and Pricing\n\nRetrieve details about a specific Jotform system plan to understand limits and capabilities.\n\n**Tool:** `JOTFORM_GET_SYSTEM_PLAN`\n\nKey parameters:\n- `planName` -- the plan to inspect (required): `FREE`, `BRONZE`, `SILVER`, `GOLD`, or `PLATINUM`\n\nExample prompt:\n> \"What are the limits on the Jotform GOLD plan?\"\n\n---\n\n### 6. Full Form Management Workflow\n\nCombine tools for comprehensive form management:\n\n1. **Discover**: `JOTFORM_GET_USER_DETAILS` -- check account type and usage limits\n2. **Browse**: `JOTFORM_GET_USER_FORMS` -- list and search forms with filters\n3. **Organize**: `JOTFORM_GET_USER_FOLDERS` -- view folder structure with `add_resources=true`\n4. **Audit**: `JOTFORM_GET_USER_HISTORY` -- track form creation and modification activity\n5. **Plan**: `JOTFORM_GET_SYSTEM_PLAN` -- compare plan features before upgrading\n\nExample prompt:\n> \"Show me my account usage, list my recent forms, and tell me if I'm close to my plan limits\"\n\n---\n\n## Known Pitfalls\n\n| Pitfall | Details |\n|---------|---------|\n| API key authentication | Jotform uses API key auth, not OAuth -- ensure valid API key is configured in the connection |\n| Folders migrated to labels | The folders endpoint now maps to Jotform's labels system; the API behavior may differ from legacy folder documentation |\n| Date format for history | Custom date filters use `MM\u002FDD\u002FYYYY` format (e.g., `01\u002F15\u002F2026`), not ISO 8601 |\n| Plan name must be exact | `planName` values are case-sensitive enum: `FREE`, `BRONZE`, `SILVER`, `GOLD`, `PLATINUM` |\n| Pagination is offset-based | Forms use `limit`\u002F`offset` pagination, not cursor or page-based |\n| Owner field conditionally required | `JOTFORM_GET_USER_FOLDERS` may require the `owner` parameter for workspace\u002Fteam accounts |\n\n---\n\n## Quick Reference\n\n| Action | Tool Slug | Key Params |\n|--------|-----------|------------|\n| List forms | `JOTFORM_GET_USER_FORMS` | `search`, `limit`, `offset`, `orderby` |\n| Get user details | `JOTFORM_GET_USER_DETAILS` | (none) |\n| Activity history | `JOTFORM_GET_USER_HISTORY` | `action`, `date`, `startDate`, `endDate` |\n| List folders\u002Flabels | `JOTFORM_GET_USER_FOLDERS` | `add_resources`, `owner` |\n| Check plan | `JOTFORM_GET_SYSTEM_PLAN` | `planName` |\n\n---\n\n*Powered by [Composio](https:\u002F\u002Fcomposio.dev)*\n",{"data":51,"body":54},{"name":5,"description":7,"requires":52},{"mcp":53},[41],{"type":55,"children":56},"root",[57,64,70,90,94,101,128,131,137,144,149,164,169,253,258,267,270,276,281,295,300,304,312,315,321,326,340,344,505,509,517,520,526,531,545,549,582,598,602,610,613,619,624,638,642,691,695,703,706,712,717,807,811,819,822,828,1009,1012,1018,1204,1207],{"type":58,"tag":59,"props":60,"children":61},"element","h1",{"id":4},[62],{"type":63,"value":5},"text",{"type":58,"tag":65,"props":66,"children":67},"p",{},[68],{"type":63,"value":69},"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.",{"type":58,"tag":65,"props":71,"children":72},{},[73,79,81],{"type":58,"tag":74,"props":75,"children":76},"strong",{},[77],{"type":63,"value":78},"Toolkit docs:",{"type":63,"value":80}," ",{"type":58,"tag":82,"props":83,"children":87},"a",{"href":84,"rel":85},"https:\u002F\u002Fcomposio.dev\u002Ftoolkits\u002Fjotform",[86],"nofollow",[88],{"type":63,"value":89},"composio.dev\u002Ftoolkits\u002Fjotform",{"type":58,"tag":91,"props":92,"children":93},"hr",{},[],{"type":58,"tag":95,"props":96,"children":98},"h2",{"id":97},"setup",[99],{"type":63,"value":100},"Setup",{"type":58,"tag":102,"props":103,"children":104},"ol",{},[105,118,123],{"type":58,"tag":106,"props":107,"children":108},"li",{},[109,111],{"type":63,"value":110},"Add the Rube MCP server to your environment: ",{"type":58,"tag":112,"props":113,"children":115},"code",{"className":114},[],[116],{"type":63,"value":117},"https:\u002F\u002Frube.app\u002Fmcp",{"type":58,"tag":106,"props":119,"children":120},{},[121],{"type":63,"value":122},"Connect your Jotform account when prompted (API key auth via Composio)",{"type":58,"tag":106,"props":124,"children":125},{},[126],{"type":63,"value":127},"Start issuing natural language commands for Jotform automation",{"type":58,"tag":91,"props":129,"children":130},{},[],{"type":58,"tag":95,"props":132,"children":134},{"id":133},"core-workflows",[135],{"type":63,"value":136},"Core Workflows",{"type":58,"tag":138,"props":139,"children":141},"h3",{"id":140},"_1-list-and-search-forms",[142],{"type":63,"value":143},"1. List and Search Forms",{"type":58,"tag":65,"props":145,"children":146},{},[147],{"type":63,"value":148},"Retrieve all forms created by the authenticated user with search, filtering, sorting, and pagination.",{"type":58,"tag":65,"props":150,"children":151},{},[152,157,158],{"type":58,"tag":74,"props":153,"children":154},{},[155],{"type":63,"value":156},"Tool:",{"type":63,"value":80},{"type":58,"tag":112,"props":159,"children":161},{"className":160},[],[162],{"type":63,"value":163},"JOTFORM_GET_USER_FORMS",{"type":58,"tag":65,"props":165,"children":166},{},[167],{"type":63,"value":168},"Key parameters:",{"type":58,"tag":170,"props":171,"children":172},"ul",{},[173,184,195,206,217,242],{"type":58,"tag":106,"props":174,"children":175},{},[176,182],{"type":58,"tag":112,"props":177,"children":179},{"className":178},[],[180],{"type":63,"value":181},"search",{"type":63,"value":183}," -- search query to filter forms by name or content",{"type":58,"tag":106,"props":185,"children":186},{},[187,193],{"type":58,"tag":112,"props":188,"children":190},{"className":189},[],[191],{"type":63,"value":192},"limit",{"type":63,"value":194}," -- number of forms to return",{"type":58,"tag":106,"props":196,"children":197},{},[198,204],{"type":58,"tag":112,"props":199,"children":201},{"className":200},[],[202],{"type":63,"value":203},"offset",{"type":63,"value":205}," -- offset for pagination",{"type":58,"tag":106,"props":207,"children":208},{},[209,215],{"type":58,"tag":112,"props":210,"children":212},{"className":211},[],[213],{"type":63,"value":214},"orderby",{"type":63,"value":216}," -- field to order by",{"type":58,"tag":106,"props":218,"children":219},{},[220,226,228,234,236],{"type":58,"tag":112,"props":221,"children":223},{"className":222},[],[224],{"type":63,"value":225},"sorting",{"type":63,"value":227}," -- sorting direction: ",{"type":58,"tag":112,"props":229,"children":231},{"className":230},[],[232],{"type":63,"value":233},"ASC",{"type":63,"value":235}," or ",{"type":58,"tag":112,"props":237,"children":239},{"className":238},[],[240],{"type":63,"value":241},"DESC",{"type":58,"tag":106,"props":243,"children":244},{},[245,251],{"type":58,"tag":112,"props":246,"children":248},{"className":247},[],[249],{"type":63,"value":250},"folder",{"type":63,"value":252}," -- filter by folder ID",{"type":58,"tag":65,"props":254,"children":255},{},[256],{"type":63,"value":257},"Example prompt:",{"type":58,"tag":259,"props":260,"children":261},"blockquote",{},[262],{"type":58,"tag":65,"props":263,"children":264},{},[265],{"type":63,"value":266},"\"List all my Jotform forms that contain 'feedback' in the name, sorted by most recent\"",{"type":58,"tag":91,"props":268,"children":269},{},[],{"type":58,"tag":138,"props":271,"children":273},{"id":272},"_2-get-user-account-details",[274],{"type":63,"value":275},"2. Get User Account Details",{"type":58,"tag":65,"props":277,"children":278},{},[279],{"type":63,"value":280},"Retrieve details about the authenticated user including account type, usage statistics, and limits.",{"type":58,"tag":65,"props":282,"children":283},{},[284,288,289],{"type":58,"tag":74,"props":285,"children":286},{},[287],{"type":63,"value":156},{"type":63,"value":80},{"type":58,"tag":112,"props":290,"children":292},{"className":291},[],[293],{"type":63,"value":294},"JOTFORM_GET_USER_DETAILS",{"type":58,"tag":65,"props":296,"children":297},{},[298],{"type":63,"value":299},"No parameters required. Returns account info such as username, email, account type, form count, submission count, and usage limits.",{"type":58,"tag":65,"props":301,"children":302},{},[303],{"type":63,"value":257},{"type":58,"tag":259,"props":305,"children":306},{},[307],{"type":58,"tag":65,"props":308,"children":309},{},[310],{"type":63,"value":311},"\"Show me my Jotform account details and current usage\"",{"type":58,"tag":91,"props":313,"children":314},{},[],{"type":58,"tag":138,"props":316,"children":318},{"id":317},"_3-browse-activity-history",[319],{"type":63,"value":320},"3. Browse Activity History",{"type":58,"tag":65,"props":322,"children":323},{},[324],{"type":63,"value":325},"Fetch user activity records for auditing, filtered by action type and date range.",{"type":58,"tag":65,"props":327,"children":328},{},[329,333,334],{"type":58,"tag":74,"props":330,"children":331},{},[332],{"type":63,"value":156},{"type":63,"value":80},{"type":58,"tag":112,"props":335,"children":337},{"className":336},[],[338],{"type":63,"value":339},"JOTFORM_GET_USER_HISTORY",{"type":58,"tag":65,"props":341,"children":342},{},[343],{"type":63,"value":168},{"type":58,"tag":170,"props":345,"children":346},{},[347,395,447,466,483],{"type":58,"tag":106,"props":348,"children":349},{},[350,356,358,364,366,372,373,379,380,386,387,393],{"type":58,"tag":112,"props":351,"children":353},{"className":352},[],[354],{"type":63,"value":355},"action",{"type":63,"value":357}," -- filter by action type (e.g., ",{"type":58,"tag":112,"props":359,"children":361},{"className":360},[],[362],{"type":63,"value":363},"formCreation",{"type":63,"value":365},", ",{"type":58,"tag":112,"props":367,"children":369},{"className":368},[],[370],{"type":63,"value":371},"userLogin",{"type":63,"value":365},{"type":58,"tag":112,"props":374,"children":376},{"className":375},[],[377],{"type":63,"value":378},"formUpdate",{"type":63,"value":365},{"type":58,"tag":112,"props":381,"children":383},{"className":382},[],[384],{"type":63,"value":385},"apiKeyCreated",{"type":63,"value":365},{"type":58,"tag":112,"props":388,"children":390},{"className":389},[],[391],{"type":63,"value":392},"userLogout",{"type":63,"value":394},")",{"type":58,"tag":106,"props":396,"children":397},{},[398,404,406,412,413,419,420,426,427,433,434,440,441],{"type":58,"tag":112,"props":399,"children":401},{"className":400},[],[402],{"type":63,"value":403},"date",{"type":63,"value":405}," -- predefined date range: ",{"type":58,"tag":112,"props":407,"children":409},{"className":408},[],[410],{"type":63,"value":411},"lastWeek",{"type":63,"value":365},{"type":58,"tag":112,"props":414,"children":416},{"className":415},[],[417],{"type":63,"value":418},"lastMonth",{"type":63,"value":365},{"type":58,"tag":112,"props":421,"children":423},{"className":422},[],[424],{"type":63,"value":425},"last3Months",{"type":63,"value":365},{"type":58,"tag":112,"props":428,"children":430},{"className":429},[],[431],{"type":63,"value":432},"last6Months",{"type":63,"value":365},{"type":58,"tag":112,"props":435,"children":437},{"className":436},[],[438],{"type":63,"value":439},"lastYear",{"type":63,"value":365},{"type":58,"tag":112,"props":442,"children":444},{"className":443},[],[445],{"type":63,"value":446},"all",{"type":58,"tag":106,"props":448,"children":449},{},[450,456,458,464],{"type":58,"tag":112,"props":451,"children":453},{"className":452},[],[454],{"type":63,"value":455},"startDate",{"type":63,"value":457}," -- custom start date in ",{"type":58,"tag":112,"props":459,"children":461},{"className":460},[],[462],{"type":63,"value":463},"MM\u002FDD\u002FYYYY",{"type":63,"value":465}," format",{"type":58,"tag":106,"props":467,"children":468},{},[469,475,477,482],{"type":58,"tag":112,"props":470,"children":472},{"className":471},[],[473],{"type":63,"value":474},"endDate",{"type":63,"value":476}," -- custom end date in ",{"type":58,"tag":112,"props":478,"children":480},{"className":479},[],[481],{"type":63,"value":463},{"type":63,"value":465},{"type":58,"tag":106,"props":484,"children":485},{},[486,492,494,499,500],{"type":58,"tag":112,"props":487,"children":489},{"className":488},[],[490],{"type":63,"value":491},"sortBy",{"type":63,"value":493}," -- sort order: ",{"type":58,"tag":112,"props":495,"children":497},{"className":496},[],[498],{"type":63,"value":233},{"type":63,"value":235},{"type":58,"tag":112,"props":501,"children":503},{"className":502},[],[504],{"type":63,"value":241},{"type":58,"tag":65,"props":506,"children":507},{},[508],{"type":63,"value":257},{"type":58,"tag":259,"props":510,"children":511},{},[512],{"type":58,"tag":65,"props":513,"children":514},{},[515],{"type":63,"value":516},"\"Show me all form creation activity from the last month, sorted newest first\"",{"type":58,"tag":91,"props":518,"children":519},{},[],{"type":58,"tag":138,"props":521,"children":523},{"id":522},"_4-manage-folders-and-labels",[524],{"type":63,"value":525},"4. Manage Folders and Labels",{"type":58,"tag":65,"props":527,"children":528},{},[529],{"type":63,"value":530},"Browse the folder\u002Flabel structure for organizing forms.",{"type":58,"tag":65,"props":532,"children":533},{},[534,538,539],{"type":58,"tag":74,"props":535,"children":536},{},[537],{"type":63,"value":156},{"type":63,"value":80},{"type":58,"tag":112,"props":540,"children":542},{"className":541},[],[543],{"type":63,"value":544},"JOTFORM_GET_USER_FOLDERS",{"type":58,"tag":65,"props":546,"children":547},{},[548],{"type":63,"value":168},{"type":58,"tag":170,"props":550,"children":551},{},[552,571],{"type":58,"tag":106,"props":553,"children":554},{},[555,561,563,569],{"type":58,"tag":112,"props":556,"children":558},{"className":557},[],[559],{"type":63,"value":560},"add_resources",{"type":63,"value":562}," -- set to ",{"type":58,"tag":112,"props":564,"children":566},{"className":565},[],[567],{"type":63,"value":568},"true",{"type":63,"value":570}," to include label resources (forms) in the response",{"type":58,"tag":106,"props":572,"children":573},{},[574,580],{"type":58,"tag":112,"props":575,"children":577},{"className":576},[],[578],{"type":63,"value":579},"owner",{"type":63,"value":581}," -- owner username or workspace\u002Fteam ID (conditionally required for some accounts)",{"type":58,"tag":259,"props":583,"children":584},{},[585],{"type":58,"tag":65,"props":586,"children":587},{},[588,590,596],{"type":63,"value":589},"Jotform has migrated from folders to labels. This tool uses the ",{"type":58,"tag":112,"props":591,"children":593},{"className":592},[],[594],{"type":63,"value":595},"GET \u002Fuser\u002Flabels",{"type":63,"value":597}," endpoint.",{"type":58,"tag":65,"props":599,"children":600},{},[601],{"type":63,"value":257},{"type":58,"tag":259,"props":603,"children":604},{},[605],{"type":58,"tag":65,"props":606,"children":607},{},[608],{"type":63,"value":609},"\"List all my Jotform folders with their forms included\"",{"type":58,"tag":91,"props":611,"children":612},{},[],{"type":58,"tag":138,"props":614,"children":616},{"id":615},"_5-check-plan-limits-and-pricing",[617],{"type":63,"value":618},"5. Check Plan Limits and Pricing",{"type":58,"tag":65,"props":620,"children":621},{},[622],{"type":63,"value":623},"Retrieve details about a specific Jotform system plan to understand limits and capabilities.",{"type":58,"tag":65,"props":625,"children":626},{},[627,631,632],{"type":58,"tag":74,"props":628,"children":629},{},[630],{"type":63,"value":156},{"type":63,"value":80},{"type":58,"tag":112,"props":633,"children":635},{"className":634},[],[636],{"type":63,"value":637},"JOTFORM_GET_SYSTEM_PLAN",{"type":58,"tag":65,"props":639,"children":640},{},[641],{"type":63,"value":168},{"type":58,"tag":170,"props":643,"children":644},{},[645],{"type":58,"tag":106,"props":646,"children":647},{},[648,654,656,662,663,669,670,676,677,683,685],{"type":58,"tag":112,"props":649,"children":651},{"className":650},[],[652],{"type":63,"value":653},"planName",{"type":63,"value":655}," -- the plan to inspect (required): ",{"type":58,"tag":112,"props":657,"children":659},{"className":658},[],[660],{"type":63,"value":661},"FREE",{"type":63,"value":365},{"type":58,"tag":112,"props":664,"children":666},{"className":665},[],[667],{"type":63,"value":668},"BRONZE",{"type":63,"value":365},{"type":58,"tag":112,"props":671,"children":673},{"className":672},[],[674],{"type":63,"value":675},"SILVER",{"type":63,"value":365},{"type":58,"tag":112,"props":678,"children":680},{"className":679},[],[681],{"type":63,"value":682},"GOLD",{"type":63,"value":684},", or ",{"type":58,"tag":112,"props":686,"children":688},{"className":687},[],[689],{"type":63,"value":690},"PLATINUM",{"type":58,"tag":65,"props":692,"children":693},{},[694],{"type":63,"value":257},{"type":58,"tag":259,"props":696,"children":697},{},[698],{"type":58,"tag":65,"props":699,"children":700},{},[701],{"type":63,"value":702},"\"What are the limits on the Jotform GOLD plan?\"",{"type":58,"tag":91,"props":704,"children":705},{},[],{"type":58,"tag":138,"props":707,"children":709},{"id":708},"_6-full-form-management-workflow",[710],{"type":63,"value":711},"6. Full Form Management Workflow",{"type":58,"tag":65,"props":713,"children":714},{},[715],{"type":63,"value":716},"Combine tools for comprehensive form management:",{"type":58,"tag":102,"props":718,"children":719},{},[720,737,753,775,791],{"type":58,"tag":106,"props":721,"children":722},{},[723,728,730,735],{"type":58,"tag":74,"props":724,"children":725},{},[726],{"type":63,"value":727},"Discover",{"type":63,"value":729},": ",{"type":58,"tag":112,"props":731,"children":733},{"className":732},[],[734],{"type":63,"value":294},{"type":63,"value":736}," -- check account type and usage limits",{"type":58,"tag":106,"props":738,"children":739},{},[740,745,746,751],{"type":58,"tag":74,"props":741,"children":742},{},[743],{"type":63,"value":744},"Browse",{"type":63,"value":729},{"type":58,"tag":112,"props":747,"children":749},{"className":748},[],[750],{"type":63,"value":163},{"type":63,"value":752}," -- list and search forms with filters",{"type":58,"tag":106,"props":754,"children":755},{},[756,761,762,767,769],{"type":58,"tag":74,"props":757,"children":758},{},[759],{"type":63,"value":760},"Organize",{"type":63,"value":729},{"type":58,"tag":112,"props":763,"children":765},{"className":764},[],[766],{"type":63,"value":544},{"type":63,"value":768}," -- view folder structure with ",{"type":58,"tag":112,"props":770,"children":772},{"className":771},[],[773],{"type":63,"value":774},"add_resources=true",{"type":58,"tag":106,"props":776,"children":777},{},[778,783,784,789],{"type":58,"tag":74,"props":779,"children":780},{},[781],{"type":63,"value":782},"Audit",{"type":63,"value":729},{"type":58,"tag":112,"props":785,"children":787},{"className":786},[],[788],{"type":63,"value":339},{"type":63,"value":790}," -- track form creation and modification activity",{"type":58,"tag":106,"props":792,"children":793},{},[794,799,800,805],{"type":58,"tag":74,"props":795,"children":796},{},[797],{"type":63,"value":798},"Plan",{"type":63,"value":729},{"type":58,"tag":112,"props":801,"children":803},{"className":802},[],[804],{"type":63,"value":637},{"type":63,"value":806}," -- compare plan features before upgrading",{"type":58,"tag":65,"props":808,"children":809},{},[810],{"type":63,"value":257},{"type":58,"tag":259,"props":812,"children":813},{},[814],{"type":58,"tag":65,"props":815,"children":816},{},[817],{"type":63,"value":818},"\"Show me my account usage, list my recent forms, and tell me if I'm close to my plan limits\"",{"type":58,"tag":91,"props":820,"children":821},{},[],{"type":58,"tag":95,"props":823,"children":825},{"id":824},"known-pitfalls",[826],{"type":63,"value":827},"Known Pitfalls",{"type":58,"tag":829,"props":830,"children":831},"table",{},[832,851],{"type":58,"tag":833,"props":834,"children":835},"thead",{},[836],{"type":58,"tag":837,"props":838,"children":839},"tr",{},[840,846],{"type":58,"tag":841,"props":842,"children":843},"th",{},[844],{"type":63,"value":845},"Pitfall",{"type":58,"tag":841,"props":847,"children":848},{},[849],{"type":63,"value":850},"Details",{"type":58,"tag":852,"props":853,"children":854},"tbody",{},[855,869,882,910,957,984],{"type":58,"tag":837,"props":856,"children":857},{},[858,864],{"type":58,"tag":859,"props":860,"children":861},"td",{},[862],{"type":63,"value":863},"API key authentication",{"type":58,"tag":859,"props":865,"children":866},{},[867],{"type":63,"value":868},"Jotform uses API key auth, not OAuth -- ensure valid API key is configured in the connection",{"type":58,"tag":837,"props":870,"children":871},{},[872,877],{"type":58,"tag":859,"props":873,"children":874},{},[875],{"type":63,"value":876},"Folders migrated to labels",{"type":58,"tag":859,"props":878,"children":879},{},[880],{"type":63,"value":881},"The folders endpoint now maps to Jotform's labels system; the API behavior may differ from legacy folder documentation",{"type":58,"tag":837,"props":883,"children":884},{},[885,890],{"type":58,"tag":859,"props":886,"children":887},{},[888],{"type":63,"value":889},"Date format for history",{"type":58,"tag":859,"props":891,"children":892},{},[893,895,900,902,908],{"type":63,"value":894},"Custom date filters use ",{"type":58,"tag":112,"props":896,"children":898},{"className":897},[],[899],{"type":63,"value":463},{"type":63,"value":901}," format (e.g., ",{"type":58,"tag":112,"props":903,"children":905},{"className":904},[],[906],{"type":63,"value":907},"01\u002F15\u002F2026",{"type":63,"value":909},"), not ISO 8601",{"type":58,"tag":837,"props":911,"children":912},{},[913,918],{"type":58,"tag":859,"props":914,"children":915},{},[916],{"type":63,"value":917},"Plan name must be exact",{"type":58,"tag":859,"props":919,"children":920},{},[921,926,928,933,934,939,940,945,946,951,952],{"type":58,"tag":112,"props":922,"children":924},{"className":923},[],[925],{"type":63,"value":653},{"type":63,"value":927}," values are case-sensitive enum: ",{"type":58,"tag":112,"props":929,"children":931},{"className":930},[],[932],{"type":63,"value":661},{"type":63,"value":365},{"type":58,"tag":112,"props":935,"children":937},{"className":936},[],[938],{"type":63,"value":668},{"type":63,"value":365},{"type":58,"tag":112,"props":941,"children":943},{"className":942},[],[944],{"type":63,"value":675},{"type":63,"value":365},{"type":58,"tag":112,"props":947,"children":949},{"className":948},[],[950],{"type":63,"value":682},{"type":63,"value":365},{"type":58,"tag":112,"props":953,"children":955},{"className":954},[],[956],{"type":63,"value":690},{"type":58,"tag":837,"props":958,"children":959},{},[960,965],{"type":58,"tag":859,"props":961,"children":962},{},[963],{"type":63,"value":964},"Pagination is offset-based",{"type":58,"tag":859,"props":966,"children":967},{},[968,970,975,977,982],{"type":63,"value":969},"Forms use ",{"type":58,"tag":112,"props":971,"children":973},{"className":972},[],[974],{"type":63,"value":192},{"type":63,"value":976},"\u002F",{"type":58,"tag":112,"props":978,"children":980},{"className":979},[],[981],{"type":63,"value":203},{"type":63,"value":983}," pagination, not cursor or page-based",{"type":58,"tag":837,"props":985,"children":986},{},[987,992],{"type":58,"tag":859,"props":988,"children":989},{},[990],{"type":63,"value":991},"Owner field conditionally required",{"type":58,"tag":859,"props":993,"children":994},{},[995,1000,1002,1007],{"type":58,"tag":112,"props":996,"children":998},{"className":997},[],[999],{"type":63,"value":544},{"type":63,"value":1001}," may require the ",{"type":58,"tag":112,"props":1003,"children":1005},{"className":1004},[],[1006],{"type":63,"value":579},{"type":63,"value":1008}," parameter for workspace\u002Fteam accounts",{"type":58,"tag":91,"props":1010,"children":1011},{},[],{"type":58,"tag":95,"props":1013,"children":1015},{"id":1014},"quick-reference",[1016],{"type":63,"value":1017},"Quick Reference",{"type":58,"tag":829,"props":1019,"children":1020},{},[1021,1042],{"type":58,"tag":833,"props":1022,"children":1023},{},[1024],{"type":58,"tag":837,"props":1025,"children":1026},{},[1027,1032,1037],{"type":58,"tag":841,"props":1028,"children":1029},{},[1030],{"type":63,"value":1031},"Action",{"type":58,"tag":841,"props":1033,"children":1034},{},[1035],{"type":63,"value":1036},"Tool Slug",{"type":58,"tag":841,"props":1038,"children":1039},{},[1040],{"type":63,"value":1041},"Key Params",{"type":58,"tag":852,"props":1043,"children":1044},{},[1045,1087,1108,1150,1180],{"type":58,"tag":837,"props":1046,"children":1047},{},[1048,1053,1061],{"type":58,"tag":859,"props":1049,"children":1050},{},[1051],{"type":63,"value":1052},"List forms",{"type":58,"tag":859,"props":1054,"children":1055},{},[1056],{"type":58,"tag":112,"props":1057,"children":1059},{"className":1058},[],[1060],{"type":63,"value":163},{"type":58,"tag":859,"props":1062,"children":1063},{},[1064,1069,1070,1075,1076,1081,1082],{"type":58,"tag":112,"props":1065,"children":1067},{"className":1066},[],[1068],{"type":63,"value":181},{"type":63,"value":365},{"type":58,"tag":112,"props":1071,"children":1073},{"className":1072},[],[1074],{"type":63,"value":192},{"type":63,"value":365},{"type":58,"tag":112,"props":1077,"children":1079},{"className":1078},[],[1080],{"type":63,"value":203},{"type":63,"value":365},{"type":58,"tag":112,"props":1083,"children":1085},{"className":1084},[],[1086],{"type":63,"value":214},{"type":58,"tag":837,"props":1088,"children":1089},{},[1090,1095,1103],{"type":58,"tag":859,"props":1091,"children":1092},{},[1093],{"type":63,"value":1094},"Get user details",{"type":58,"tag":859,"props":1096,"children":1097},{},[1098],{"type":58,"tag":112,"props":1099,"children":1101},{"className":1100},[],[1102],{"type":63,"value":294},{"type":58,"tag":859,"props":1104,"children":1105},{},[1106],{"type":63,"value":1107},"(none)",{"type":58,"tag":837,"props":1109,"children":1110},{},[1111,1116,1124],{"type":58,"tag":859,"props":1112,"children":1113},{},[1114],{"type":63,"value":1115},"Activity history",{"type":58,"tag":859,"props":1117,"children":1118},{},[1119],{"type":58,"tag":112,"props":1120,"children":1122},{"className":1121},[],[1123],{"type":63,"value":339},{"type":58,"tag":859,"props":1125,"children":1126},{},[1127,1132,1133,1138,1139,1144,1145],{"type":58,"tag":112,"props":1128,"children":1130},{"className":1129},[],[1131],{"type":63,"value":355},{"type":63,"value":365},{"type":58,"tag":112,"props":1134,"children":1136},{"className":1135},[],[1137],{"type":63,"value":403},{"type":63,"value":365},{"type":58,"tag":112,"props":1140,"children":1142},{"className":1141},[],[1143],{"type":63,"value":455},{"type":63,"value":365},{"type":58,"tag":112,"props":1146,"children":1148},{"className":1147},[],[1149],{"type":63,"value":474},{"type":58,"tag":837,"props":1151,"children":1152},{},[1153,1158,1166],{"type":58,"tag":859,"props":1154,"children":1155},{},[1156],{"type":63,"value":1157},"List folders\u002Flabels",{"type":58,"tag":859,"props":1159,"children":1160},{},[1161],{"type":58,"tag":112,"props":1162,"children":1164},{"className":1163},[],[1165],{"type":63,"value":544},{"type":58,"tag":859,"props":1167,"children":1168},{},[1169,1174,1175],{"type":58,"tag":112,"props":1170,"children":1172},{"className":1171},[],[1173],{"type":63,"value":560},{"type":63,"value":365},{"type":58,"tag":112,"props":1176,"children":1178},{"className":1177},[],[1179],{"type":63,"value":579},{"type":58,"tag":837,"props":1181,"children":1182},{},[1183,1188,1196],{"type":58,"tag":859,"props":1184,"children":1185},{},[1186],{"type":63,"value":1187},"Check plan",{"type":58,"tag":859,"props":1189,"children":1190},{},[1191],{"type":58,"tag":112,"props":1192,"children":1194},{"className":1193},[],[1195],{"type":63,"value":637},{"type":58,"tag":859,"props":1197,"children":1198},{},[1199],{"type":58,"tag":112,"props":1200,"children":1202},{"className":1201},[],[1203],{"type":63,"value":653},{"type":58,"tag":91,"props":1205,"children":1206},{},[],{"type":58,"tag":65,"props":1208,"children":1209},{},[1210],{"type":58,"tag":1211,"props":1212,"children":1213},"em",{},[1214,1216],{"type":63,"value":1215},"Powered by ",{"type":58,"tag":82,"props":1217,"children":1220},{"href":1218,"rel":1219},"https:\u002F\u002Fcomposio.dev",[86],[1221],{"type":63,"value":10},{"items":1223,"total":1368},[1224,1239,1255,1264,1274,1286,1295,1308,1322,1335,1348,1358],{"slug":1225,"name":1226,"fn":1227,"description":1228,"org":1229,"tags":1230,"stars":24,"repoUrl":25,"updatedAt":1238},"21risk-automation","-21risk-automation","automate 21risk compliance and safety tasks","Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1231,1232,1233,1235],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1234,"slug":39,"type":17},"MCP",{"name":1236,"slug":1237,"type":17},"Risk Assessment","risk-assessment","2026-07-15T05:54:18.790529",{"slug":1240,"name":1241,"fn":1242,"description":1243,"org":1244,"tags":1245,"stars":24,"repoUrl":25,"updatedAt":1254},"2chat-automation","-2chat-automation","automate 2chat messaging tasks","Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1246,1247,1250,1251],{"name":19,"slug":20,"type":17},{"name":1248,"slug":1249,"type":17},"Communications","communications",{"name":1234,"slug":39,"type":17},{"name":1252,"slug":1253,"type":17},"Messaging","messaging","2026-07-15T05:51:27.190332",{"slug":1256,"name":1256,"fn":1257,"description":1258,"org":1259,"tags":1260,"stars":24,"repoUrl":25,"updatedAt":1263},"ably-automation","automate Ably tasks with Composio","Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1261,1262],{"name":19,"slug":20,"type":17},{"name":1234,"slug":39,"type":17},"2026-07-12T08:09:55.453088",{"slug":1265,"name":1265,"fn":1266,"description":1267,"org":1268,"tags":1269,"stars":24,"repoUrl":25,"updatedAt":1273},"abstract-automation","automate Abstract tasks via Composio","Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1270,1271,1272],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1234,"slug":39,"type":17},"2026-07-15T05:45:16.470309",{"slug":1275,"name":1275,"fn":1276,"description":1277,"org":1278,"tags":1279,"stars":24,"repoUrl":25,"updatedAt":1285},"abuselpdb-automation","automate Abuselpdb tasks via Composio","Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1280,1281,1282],{"name":19,"slug":20,"type":17},{"name":1234,"slug":39,"type":17},{"name":1283,"slug":1284,"type":17},"Security","security","2026-07-15T05:56:20.013366",{"slug":1287,"name":1287,"fn":1288,"description":1289,"org":1290,"tags":1291,"stars":24,"repoUrl":25,"updatedAt":1294},"abyssale-automation","automate Abyssale tasks via Composio","Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1292,1293],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},"2026-07-15T05:54:50.762889",{"slug":1296,"name":1296,"fn":1297,"description":1298,"org":1299,"tags":1300,"stars":24,"repoUrl":25,"updatedAt":1307},"accelo-automation","automate Accelo tasks via Composio","Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1301,1302,1303,1306],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1304,"slug":1305,"type":17},"CRM","crm",{"name":1234,"slug":39,"type":17},"2026-07-15T05:48:43.429136",{"slug":1309,"name":1309,"fn":1310,"description":1311,"org":1312,"tags":1313,"stars":24,"repoUrl":25,"updatedAt":1321},"accredible-certificates-automation","automate Accredible certificate management","Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1314,1315,1318],{"name":19,"slug":20,"type":17},{"name":1316,"slug":1317,"type":17},"Documents","documents",{"name":1319,"slug":1320,"type":17},"E-Signature","e-signature","2026-07-15T05:55:33.159639",{"slug":1323,"name":1323,"fn":1324,"description":1325,"org":1326,"tags":1327,"stars":24,"repoUrl":25,"updatedAt":1334},"acculynx-automation","automate Acculynx construction management tasks","Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1328,1329,1330,1331],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1234,"slug":39,"type":17},{"name":1332,"slug":1333,"type":17},"Operations","operations","2026-07-15T05:58:48.059284",{"slug":1336,"name":1336,"fn":1337,"description":1338,"org":1339,"tags":1340,"stars":24,"repoUrl":25,"updatedAt":1347},"active-campaign-automation","automate ActiveCampaign marketing and CRM tasks","Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1341,1342,1343,1344],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1304,"slug":1305,"type":17},{"name":1345,"slug":1346,"type":17},"Email Marketing","email-marketing","2026-07-15T05:49:44.281711",{"slug":1349,"name":1349,"fn":1350,"description":1351,"org":1352,"tags":1353,"stars":24,"repoUrl":25,"updatedAt":1357},"addresszen-automation","automate Addresszen address validation","Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1354,1355,1356],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1234,"slug":39,"type":17},"2026-07-15T05:47:51.742515",{"slug":1359,"name":1359,"fn":1360,"description":1361,"org":1362,"tags":1363,"stars":24,"repoUrl":25,"updatedAt":1367},"adobe-automation","automate Adobe tasks via Composio","Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1364,1365,1366],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1234,"slug":39,"type":17},"2026-07-15T05:45:05.303254",863,{"items":1370,"total":1414},[1371,1378,1385,1390,1396,1402,1407],{"slug":1225,"name":1226,"fn":1227,"description":1228,"org":1372,"tags":1373,"stars":24,"repoUrl":25,"updatedAt":1238},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1374,1375,1376,1377],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1234,"slug":39,"type":17},{"name":1236,"slug":1237,"type":17},{"slug":1240,"name":1241,"fn":1242,"description":1243,"org":1379,"tags":1380,"stars":24,"repoUrl":25,"updatedAt":1254},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1381,1382,1383,1384],{"name":19,"slug":20,"type":17},{"name":1248,"slug":1249,"type":17},{"name":1234,"slug":39,"type":17},{"name":1252,"slug":1253,"type":17},{"slug":1256,"name":1256,"fn":1257,"description":1258,"org":1386,"tags":1387,"stars":24,"repoUrl":25,"updatedAt":1263},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1388,1389],{"name":19,"slug":20,"type":17},{"name":1234,"slug":39,"type":17},{"slug":1265,"name":1265,"fn":1266,"description":1267,"org":1391,"tags":1392,"stars":24,"repoUrl":25,"updatedAt":1273},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1393,1394,1395],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1234,"slug":39,"type":17},{"slug":1275,"name":1275,"fn":1276,"description":1277,"org":1397,"tags":1398,"stars":24,"repoUrl":25,"updatedAt":1285},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1399,1400,1401],{"name":19,"slug":20,"type":17},{"name":1234,"slug":39,"type":17},{"name":1283,"slug":1284,"type":17},{"slug":1287,"name":1287,"fn":1288,"description":1289,"org":1403,"tags":1404,"stars":24,"repoUrl":25,"updatedAt":1294},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1405,1406],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"slug":1296,"name":1296,"fn":1297,"description":1298,"org":1408,"tags":1409,"stars":24,"repoUrl":25,"updatedAt":1307},{"slug":9,"name":10,"logoUrl":11,"githubOrg":12},[1410,1411,1412,1413],{"name":19,"slug":20,"type":17},{"name":10,"slug":9,"type":17},{"name":1304,"slug":1305,"type":17},{"name":1234,"slug":39,"type":17},860]