maltego_explain_transform
Explains a recorded transform execution by its ID, returning step details in markdown or JSON format.
Instructions
Explain one recorded transform execution by its execution id.
Args: params (ExplainTransformInput): - transform_execution_id (str): e.g. 'x0' (see maltego_list_investigation_steps). - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: Full step detail, or an error if the execution id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |