fetch_assessment_available_actions
Retrieve available actions for a specified assessment to identify executable remediation steps and compliance operations.
Instructions
Get actions available on assessment for given assessment name. Once fetched, ask user to confirm to execute the action, then use 'execute_action' tool with appropriate parameters to execute the action. Args:
name (str): Assessment name
Returns: - actions (List[ActionsVO]): List of actions - actionName (str): Action name. - actionDescription (str): Action description. - actionSpecID (str): Action specific id. - actionBindingID (str): Action binding id. - target (str): Target. - error (Optional[str]): An error message if any issues occurred during retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| totalRecords | No | ||
| compliantRecords | No | ||
| nonCompliantRecords | No | ||
| notDeterminedRecords | No | ||
| records | No |