shader
Manage Godot shader files: create, read, write, list, and retrieve parameters. Streamline shader workflows in Godot 4.x projects.
Instructions
Godot shader management. Actions: create|read|write|get_params|list. Use help tool for full docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| project_path | No | Path to Godot project directory | |
| shader_path | No | Path to .gdshader file | |
| shader_type | No | Shader type: canvas_item, spatial, particles, sky, fog (for create) | |
| content | No | Shader content (for create/write) |