To help manage your workspace and test suites at scale, the mabl MCP now includes new tools for editing test and plan metadata, including the ability to add, update, and remove labels in bulk.
- edit_mabl_test: Rename a test, change its description, add or remove labels, or enable and disable it.
- edit_mabl_plan: Add or remove tests from a plan's execution stages, add or remove plan labels, update the plan name and description, or enable and disable the plan.
Previously, you could only add test labels in bulk from the mabl app. With this update, you can create, update, and remove test and plan labels through a natural-language prompt to your AI client. Reorganize a regression suite, reassign team ownership tags, or clean up temporary tags like "wip" or a specific bug ID across hundreds of tests and plans, all without the manual effort.
Label management is not the only thing you can do in bulk. You can also update names and descriptions, or enable and disable tests and plans so they run (or stop running) in plans and deployment events, across many entities at once.
Try it out
With the mabl cloud MCP connected to your AI client, ask it to edit your tests or plans. For example:
- "Remove the
wiplabel from every test that has it." - "Add the
checkout-teamlabel to all plans taggedcheckout." - "Disable the three smoke tests in the Nightly Regression plan."
Prefer a scripted approach?
If you would rather script your changes, the mabl CLI offers mabl tests edit-metadata and mabl plans edit-metadata for adding and removing labels.
Learn more
To get started with the mabl MCP server, see our MCP documentation. For the CLI commands, see the mabl CLI reference.