KosmoKrator

productivity

Jotform MCP, CLI, and Lua Integration for AI Agents

Jotform integration docs for AI agents: MCP gateway setup, Jotform CLI commands, Lua API reference, credentials, and function schemas.

Jotform for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
jotform.jotform_list_forms Read read 5 List all forms owned by the authenticated Jotform user. Returns form IDs, titles, creation dates, and status. Supports pagination and filtering.
jotform.jotform_get_form Read read 1 Get detailed information about a specific Jotform form, including its properties, status, URL, and creation date.
jotform.jotform_list_submissions Read read 6 List submissions for a specific Jotform form. Returns submission IDs, timestamps, and answers. Supports pagination, filtering by date, and ordering.
jotform.jotform_get_submission Read read 1 Get detailed information about a specific Jotform submission, including all form answers, metadata, and timestamps.
jotform.jotform_create_form Write write 3 Create a new form in Jotform. Provide form properties such as title, questions (fields), and other settings. Returns the created form with its ID and URL.
jotform.jotform_list_questions Read read 2 List all questions (form fields) for a specific Jotform form. Returns field types, labels, names, and configuration options.
jotform.jotform_get_current_user Read read 0 Get profile information for the currently authenticated Jotform user, including username, email, account type, and usage stats.