productivity
Gravity Forms MCP, CLI, and Lua Integration for AI Agents
Gravity Forms integration docs for AI agents: MCP gateway setup, Gravity Forms CLI commands, Lua API reference, credentials, and function schemas.Gravity Forms 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
| Function | Type | Parameters | Description |
|---|---|---|---|
gravity.gravity_list_forms | Read read | 2 | List forms available in Gravity with optional pagination. |
gravity.gravity_get_form | Read read | 1 | Get details for a specific Gravity form. |
gravity.gravity_submit_form | Write write | 2 | Submit a Gravity form with field values. |
gravity.gravity_list_submissions | Read read | 3 | List submissions for a specific Gravity form. |
gravity.gravity_list_entries | Read read | 3 | List entries for a specific Gravity form. |
gravity.gravity_get_entry | Read read | 1 | Get details for a specific Gravity entry. |
gravity.gravity_get_current_user | Read read | 0 | Get profile information for the authenticated Gravity user. |