KosmoKrator

forms

Wufoo MCP, CLI, and Lua Integration for AI Agents

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

6 functions 6 read 0 write API key auth

Wufoo 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.

Machine-Readable Metadata
integration_slug
wufoo
route_slug
wufoo
package
wufoo
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Wufoo MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Wufoo.

Wufoo CLI Matrix

Use these pages for direct Wufoo CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
wufoo.wufoo_get_current_user Read read 0 Get the authenticated Wufoo user's profile. Returns account details such as name, email, and organization.
wufoo.wufoo_get_entry Read read 1 Get a single Wufoo form entry by its identifier. Returns all field values and submission metadata for the entry.
wufoo.wufoo_get_form Read read 1 Get details for a specific Wufoo form by its identifier. Returns the full form definition including fields, settings, and metadata.
wufoo.wufoo_list_entries Read read 4 List entries submitted to a Wufoo form. Supports pagination and optional filters to narrow results. Use the page and pageSize parameters to paginate through large result sets.
wufoo.wufoo_list_forms Read read 0 List all forms in your Wufoo account. Returns form identifiers, names, descriptions, and metadata that can be used with other Wufoo tools.
wufoo.wufoo_list_reports Read read 0 List all reports in your Wufoo account. Returns report identifiers, names, descriptions, and the forms they are associated with.