Skip to content
MCP tools
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#

ParameterTypeRequiredDescription
lead_idstringNoUUID of a single lead to retrieve · Format: UUID
lead_idsarray of stringsNoArray 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.