Optimly MCP
Record Action Succeeded
Record that an external execution action succeeded. BrandVault completion is recorded by brand_update or brand_publish and does not require this tool.
record_action_succeeded · Approval required · Authentication required
Record that an external execution action succeeded. BrandVault completion is recorded by brand_update or brand_publish and does not require this tool.
When to use
Use when an externally executed action completed, ideally with an external URL or reference as evidence.
Access
Approved access with action-management permission
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
action_id | uuid | Yes | Execution action that succeeded. |
actor | { type, id } | Yes | Actor identity; type is human, agent, or system. |
approval_id | uuid | No | Approval consumed by this execution, when required. |
output_summary | object | No | Bounded summary of execution output. |
external_reference | string | No | External system reference. |
external_url | string | No | URL of the published result. |
brand_id | uuid | No | Authorized brand ID. Required when more than one brand is available. |
Example prompt
Record that the approved FAQ page is live, with its URL.
Side effects and safety
Appends a succeeded event to the action's status history.