get_lead
Retrieve detailed information for a specific lead, including customer name, funnel details, and status, using its identifier in the format LEAD-1.
Instructions
Retrieve full details for a Huly lead including markdown description, customer name, funnel ID and funnel name, and status. Lead identifiers follow the upstream Huly format like 'LEAD-1'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| funnel | Yes | a string that will be trimmed | |
| identifier | Yes |
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. |