list_processes
Retrieve Huly Process workflow definitions with optional filtering by master tag. Returns process IDs, names, card type, automation flags, and state/transition counts.
Instructions
List read-only Huly Process workflow definitions. Optionally filter by the master tag/card type that workflows attach to. Returns process IDs, names, attached card type, automation flags, and state/transition counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| masterTag | No | a string that will be trimmed | |
| limit | No | Maximum number of process definitions to return (default: 50, maximum: 200). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |