granoflow_api_request
Send HTTP requests to Granoflow's local API to manage tasks and projects. Use for operations not covered by dedicated tools.
Instructions
Run an allowed Granoflow Local HTTP API request. Prefer dedicated tools when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| input | No | JSON object sent to the Granoflow Local HTTP API. | |
| dryRun | No | When true, previews write requests. | |
| method | No | GET |