read_api_file
Reads a specified file from the Pumpkin Plugin API or WIT interface, letting you inspect source code and definitions for WebAssembly plugin development.
Instructions
Reads the content of a specific file in the Pumpkin Plugin API or WIT interface
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the file relative to the API or WIT root, e.g. 'src/lib.rs' or 'pumpkin-plugin.wit' |