granoflow_task_create
Creates a Granoflow task by sending a JSON payload to the local HTTP API. Supports dry run mode to preview without writing.
Instructions
Create a Granoflow task from a JSON payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | JSON object sent to the Granoflow Local HTTP API. | |
| dryRun | No | When true, previews the request without writing. |