action_delete
Detach an action from a form.
How to use it
action_delete is exposed by the Ai MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the action_delete tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL AI LISTINGOther tools in Ai (19)
Attach a new action to a form.
Get a single action by ID.
List actions on a form.
Get an action type's settings schema.
List all action types available on the server.
Update an action.
Create a new form. Use the formio-schema skill first to build the JSON definition.
Fetch a single form definition by ID or path.
List forms with optional filtering and pagination.
Fetch a single immutable form revision by vid or revision document id.
List the immutable published revision summaries for a form (vid, id, modified, user, vnote). Requires form revisions to be enabled.
Update an existing form. Call formget first, edit with formio-schema, then update.
Smoke-test tool. Returns a static greeting; useful for verifying MCP wiring before any authenticated call.
Export the project's complete template (roles, resources, forms, actions) as a portable JSON document. Use before projectimport to snapshot.
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.
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).
Create a new project role.
List all project roles.
Full-replacement update of a role. Include all fields you want preserved.