get_raw_message
Retrieve raw decoded content from a .fig file for debugging. Useful for inspecting file structure, but may output large data.
Instructions
Get the raw decoded message from the .fig file. Warning: can be very large. Use for debugging only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxSize | No | Maximum size in characters to return (default: 50000) | |
| filePath | Yes | Path to the .fig file |