Skip to content
MCP tools
Read-onlyContactsMCP tool

contacts_get

Get full details of a specific contact by their ID — names, phones, emails, address, tags, and linked records.

Get full details of a specific contact by their ID — names, phones, emails, address, tags, and linked records. Use after contacts_list when you need every field for one contact. For multiple contacts, pass contact_ids instead. Returns the complete contact record.

Parameters#

ParameterTypeRequiredDescription
contact_idstringNoUUID of a single contact to retrieve · Format: UUID
contact_idsarray of stringsNoArray of contact UUIDs for batch retrieval (max 100). Use either contact_id OR contact_ids, not both. · Max items: 100

Example prompts#

  • "Pull up the full contact card for Dave Romero."
  • "Show me everything we have on file for my escrow officer Linda Tran."

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_contact. Call it by its current name — legacy names are kept here for reference and old links redirect, but they are not callable.