shader
Manage Godot shaders by creating, reading, writing, listing, or extracting parameters from .gdshader files within your project.
Instructions
Godot shader management. Actions: create|read|write|get_params|list. Use help tool for full docs.
Input Schema
TableJSON 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) |