Get Phone Number (lawmatics_get-phone-number)
Fetch a single phone number from Lawmatics by ID, including its label, number, and a `relationships` envelope with an {id,type} pointer to the owning record (contact, company, or firm).
Tool Input
phoneNumberIdstringrequired— ID of the phone number to fetch; a numeric string(pattern: ^\d+$)
Tool Output
idstringrequired— Unique ID of the phone number record
phoneTypestringrequired— Phone number label (e.g. Primary, Mobile, Work, Home)
phoneNumberstringrequired— The phone number string, formatted as stored
relationshipsobjectrequired— JSON:API relationship pointers to related records as {id,type} stubs. Not materialized — follow a pointer by calling that resource's own get/find tool (e.g. type 'contact' -> get-contact, type 'company' -> get-company).
informationableobjectnullrequired— Owning record pointer (contact, company, or firm); null when unset
idstringrequired— ID of the referenced Lawmatics record
typestringrequired— JSON:API record class of the reference (e.g. "user", "contact", "prospect", "firm"); resolve it by calling that resource's own get/find tool — this pointer is not materialized
Related Tools