read_macro_lines
Read and parse all lines of a macro by providing its ID, returning each line's number and command string.
Instructions
Read macro line content for a given macro.
Retrieves and parses all lines of a macro, returning each line's
number and command string.
Args:
macro_id: Macro ID to read
pool: Macro pool number (default 1)
Returns:
dict with parsed macro lines and raw response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| macro_id | Yes | ||
| pool | No |