list_operations
Browse available image transformation operations by category, including geometry, color, filter, and output actions, with parameter hints for each recipe step.
Instructions
Compact catalog of the recipe vocabulary: every operation with a one-line
description and its parameter names with terse type/range hints, plus the
built-in preset names. Optional category ("geometry" | "color" | "filter" |
"output") narrows the list. Call explain_operation for the full schema of one
operation. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | 絞り込む分類(`"geometry"` | `"color"` | `"filter"` | `"output"`)。省略時は全件。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | op の名前と分類だけ。要約・パラメータはテキスト側 / `explain_operation` 側。 | |
| count | Yes | ||
| presets | Yes | ビルトインプリセット名(`apply_transform` / `render_preview` の `preset` に渡せる)。 説明はテキストサマリ側にだけ載せる。 |