Skip to content
MCP tools
Read-onlyClientsMCP tool

clients_get

Get full details of a specific client by ID — contact info, client type, status, representation dates, and tags.

Get full details of a specific client by ID — contact info, client type, status, representation dates, and tags. Use after clients_list when you need every field for one client. For multiple clients, pass client_ids instead. Returns the complete client record.

Parameters#

ParameterTypeRequiredDescription
client_idstringNoUUID of a single client to retrieve · Format: UUID
client_idsarray of stringsNoArray of client UUIDs for batch retrieval (max 100). Use either client_id OR client_ids, not both. · Max items: 100

Example prompts#

  • "Pull up everything we have on Maria Garcia's client file."
  • "Show me the full details for that buyer client you just found."

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