list_leads
Query leads in a Huly funnel with optional filters for status, assignee, or title. Results sorted by modification date, newest first.
Instructions
Query Huly leads in a funnel with optional filters. Pass the funnel ID returned by list_funnels, or a funnel name for convenience lookup. Returns leads sorted by modification date (newest first). Supports filtering by status, assignee, and title search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| funnel | Yes | a string that will be trimmed | |
| status | No | a string that will be trimmed | |
| assignee | No | Filter by assignee email or display name | |
| titleSearch | No | Search leads by title substring (case-insensitive) | |
| limit | No | Maximum number of leads 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. |