list_funnels
Retrieve all sales funnels (lead pipelines) from Huly, sorted by name. Optionally include archived funnels.
Instructions
List all Huly sales funnels (lead pipelines). Returns each funnel's stable ID and display name, sorted by name. Supports filtering by archived status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeArchived | No | Include archived funnels in results (default: false, showing only active) | |
| limit | No | Maximum number of funnels to return (default: 50) |
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. |