list_cloudflow_templates
Browse available CloudFlow templates to see read-only blueprints for building flows. Returns a paginated list with ID, name, description, and instructions.
Instructions
Use this when the user wants to see the catalogue of available CloudFlow templates (read-only blueprints they can build a flow from). Returns a cursor-paginated list of templates with their id, name, description, and instructions. Do NOT use this to view a single template's details (use get_cloudflow_template) or to trigger a flow (use trigger_cloud_flow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageToken | No | Pagination cursor returned by a previous call, to request the next page of results. | |
| maxResults | No | Maximum number of templates to return (1–500). Defaults to 50. |