List Phone Numbers (lawmatics_list-phone-numbers)
List phone numbers from Lawmatics with optional pagination. Each row carries its label, number, and a `relationships` envelope with an {id,type} pointer to the owning record (contact, company, or firm).
Tool Input
pageinteger— Page number (1-based)(> 0)
Tool Output
phoneNumbersarrayrequired— Phone numbers on this page of results
[]object
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— To-one JSON:API relationship pointers as {id,type} stubs. Not materialized — follow a pointer by calling that resource's own get/find tool (e.g. type 'contact' -> get-contact).
1 field
informationableobjectnullrequired— Owning record pointer (contact, company, or firm); null when unset
2 fields
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
paginationobjectnullrequired— Pagination metadata from the API response; null when the endpoint returns no meta envelope
totalPagesnumbernullrequired— Total number of pages available
limitPerPagenumbernullrequired— Maximum phone numbers returned per page; null if not reported
totalEntriesnumbernullrequired— Total number of phone numbers across all pages
Related Tools