kit_get_flow
Get the raw TypeScript source of a flow in a kit by providing the kit name and flow name. No authentication required.
Instructions
Get the raw .ts source of a specific flow inside a kit. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kitName | Yes | The kit folder name, e.g. "content-generation" | |
| flowName | Yes | The flow file name without .ts, e.g. "generate-week" |