Read-onlyLeadsMCP tool
leads_get
Get full details of a specific lead by ID — contact info, source, status, and timeline fields.
Get full details of a specific lead by ID — contact info, source, status, and timeline fields. Use after leads_list when you need every field for one lead. For multiple leads, pass lead_ids instead. Returns the complete lead record.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
lead_id | string | No | UUID of a single lead to retrieve · Format: UUID |
lead_ids | array of strings | No | Array of lead UUIDs for batch retrieval (max 100). Use either lead_id OR lead_ids, not both. · Max items: 100 |
Example prompts#
- "Pull up everything we have on the Garcia lead."
- "Show me full details for these three leads I flagged this morning."
Safety#
Read-only. This tool never changes your data — it only looks things up. Safe to run anytime.
Previous name#
This tool was previously published as get_lead. Call it by its current name — legacy names are kept here for reference and old links redirect, but they are not callable.