tool_find_contact
Locate contacts in macOS Messages by name using fuzzy matching. Enter a name to retrieve relevant contact details quickly and accurately.
Instructions
Find a contact by name using fuzzy matching.
Args:
    name: The name to search for
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| name | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "name": {
      "title": "Name",
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "title": "tool_find_contactArguments",
  "type": "object"
}