get_macro
Retrieve a macro's complete configuration and actions by its ID. Use this to inspect macro details for review or modification purposes.
Instructions
Fetch one macro by ID with full actions. For "is this macro safe to delete?" prefer find_unused; for impact analysis on a referenced field/form/group, use find_field_usage / find_form_usage / find_group_usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Macro ID | |
| instance | No | Override the sticky instance for this call |