get_asset_text
Fetch the complete text content of any text-based asset such as scripts, JSON, CSS, HTML, or shaders. Returns raw text for reading or further processing.
Instructions
Read the full text contents of a text-based asset (script, text, json, css, html, or shader), returned as text. When NOT to use: to read a script's declared name or attribute definitions (use script_parse), to read binary assets like textures or models, or to list assets (use list_assets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetId | Yes | Asset id of a text-based asset (script, text, json, css, html, shader) |