list_exports
Get a module's export table: function names, addresses, and ordinals. Specify a module name to inspect, or omit it for the main module.
Instructions
Get the export table of a module — exported function names + addresses + ordinals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Optional module name. If omitted, uses main module. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |