productivity
Typeform MCP, CLI, and Lua Integration for AI Agents
Typeform integration docs for AI agents: MCP gateway setup, Typeform CLI commands, Lua API reference, credentials, and function schemas.Typeform 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 |
|---|---|---|---|
typeform.typeform_list_forms | Read read | 4 | List Typeform forms with optional search and filtering by workspace. |
typeform.typeform_get_form | Read read | 1 | Get details of a specific Typeform form including its fields and settings. |
typeform.typeform_list_responses | Read read | 7 | List responses for a Typeform form with filtering by date, completion status, and search. |
typeform.typeform_get_response | Read read | 2 | Get a single Typeform response by ID, including answers and metadata. |
typeform.typeform_delete_response | Write write | 2 | Delete a Typeform response permanently. |
typeform.typeform_list_workspaces | Read read | 3 | List Typeform workspaces with optional search. |
typeform.typeform_get_workspace | Read read | 1 | Get details of a specific Typeform workspace. |
typeform.typeform_create_webhook | Write write | 4 | Create or update a webhook for a Typeform form to receive response notifications. |
typeform.typeform_list_webhooks | Read read | 1 | List all webhooks configured for a Typeform form. |
typeform.typeform_delete_webhook | Write write | 2 | Delete a webhook from a Typeform form. |