Action types
Actions are organized into four groups:
Each action carries a priority tier (High, Medium, or Low) based on how often the relevant sources appear in your tracked answers and your current visibility in them.
The Technical tab surfaces a separate set of findings: issues with your
robots.txt, sitemap, and structured data (JSON-LD) that affect how AI engines discover and interpret your content.
Evidence on every action
Opening an action shows the specific evidence behind it: which prompts triggered it, what the AI answers said, and which URLs were cited or missed. This is the data you need to brief a writer, pursue a publisher, or prioritize a fix.Working the board
1
Review open actions
The All tab shows your full open backlog. Use the tab filters (Owned content, Off-page, Technical) to focus on one category at a time. Within Off-page, the sidebar filters further by Overview (everything), Editorial, UGC, or Reference.
2
Add actions to your task board
Open any action and add it to your tasks. It moves to the kanban board at
/actions/tasks, where you can manage work across four columns: To do, In progress, Done, and Validated.3
Drag cards through the board
Drag cards between columns as work progresses. Cards in the Validated column are read-only: they arrive there automatically after a card is moved to Done.
4
Dismiss what does not apply
Actions you want to skip can be dismissed from the detail drawer. Dismissed actions can be restored if circumstances change.
Validation
When you move a Technical card to Done, Mavel queues a real re-check of the original finding: if the issue is resolved the card advances to Validated, and if it is still present the card moves back to To do so it stays on your radar. Owned content, Editorial, UGC, and Reference actions advance to Validated when moved to Done; no external re-verification runs for those categories yet. For Technical findings, you can also trigger a manual Re-check from the Technical tab without moving a card, useful when you have just deployed a fix and want to confirm it landed.On the board, the Validated column is system-managed: you cannot drag cards into it directly; move a card to Done instead. The
transition_action MCP tool follows the full state machine, which does permit moving an in-progress action straight to Validated.Owned content inventory
The Owned content tab includes a grouped view of all URLs on your tracked domain, classified by page type. For each URL you can see how many open actions are attached to it, and link through to the full URL detail in Sources.API and MCP access
Actions are available outside the dashboard on Growth and Enterprise plans.- MCP tools:
get_actionsreturns a group-level overview or a drill-down list for a specific group.get_action_rollupsreturns daily counts and opportunity scores over a date range.transition_actionmoves an action through the same workflow as the board. See MCP tools for full parameter reference. - REST API: the
/api/v1/endpoints expose action data for custom integrations. See API reference.