MCPVault

action_list

MCP tool from Ai by formio

List actions on a form.

How to use it

action_list is exposed by the Ai MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the action_list tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL AI LISTING

Other tools in Ai (19)

action_create

Attach a new action to a form.

action_delete

Detach an action from a form.

action_get

Get a single action by ID.

action_type_get

Get an action type's settings schema.

action_types_list

List all action types available on the server.

action_update

Update an action.

form_create

Create a new form. Use the formio-schema skill first to build the JSON definition.

form_get

Fetch a single form definition by ID or path.

form_list

List forms with optional filtering and pagination.

form_revision_get

Fetch a single immutable form revision by vid or revision document id.

form_revisions_list

List the immutable published revision summaries for a form (vid, id, modified, user, vnote). Requires form revisions to be enabled.

form_update

Update an existing form. Call formget first, edit with formio-schema, then update.

hello

Smoke-test tool. Returns a static greeting; useful for verifying MCP wiring before any authenticated call.

project_export

Export the project's complete template (roles, resources, forms, actions) as a portable JSON document. Use before projectimport to snapshot.

project_import

Import a template JSON — additively merges roles, resources, forms, and actions in one call. Same-machine-name items are overwritten in place; everything else is preserved.

project_set

Plugin-mode only — persist a per-cwd Project URL mapping in ~/.formio/projects.json. Never exposed standalone (the standalone server binds to FORMIOPROJECTURL via env instead).

role_create

Create a new project role.

role_list

List all project roles.

role_update

Full-replacement update of a role. Include all fields you want preserved.