search_contacts
Search macOS Contacts for entries by name, organization, or notes using a customizable query and limit results for precise matches.
Instructions
Search for contacts by name, organization, or notes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of results to return | |
query | No | Search term to match against name, organization, or notes |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"description": "Maximum number of results to return",
"type": "integer"
},
"query": {
"description": "Search term to match against name, organization, or notes",
"type": "string"
}
},
"type": "object"
}