get-macro-info
Retrieve documentation for Macroforge macros and decorators, including descriptions, options, and configuration details for development.
Instructions
Get documentation for Macroforge macros and decorators.
Returns information about:
Macro descriptions (e.g., Debug, Serialize, Clone)
Decorator documentation (e.g., @serde, @debug field decorators)
Available macro options and configuration
Use without parameters to get the full manifest of all available macros and decorators. Use with a name parameter to get info for a specific macro or decorator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional: specific macro or decorator name to look up |