| name | contacts |
| description | Search contacts by name and retrieve phone numbers. Use before calling or sending SMS. Tools: query. |
Contacts Skill
Search and manage contacts on the device.
Tool: query
Search contact by name
{
"type": "contacts",
"query": "{NAME}",
"limit": 5
}
Retrieve all contacts (max 20)
{
"type": "contacts",
"limit": 20
}
Workflow: Call someone
- Search contact with
query
- Extract phone number from result
- Call using
intent (phone skill)
Workflow: Send SMS
- Search contact with
query
- Extract phone number
- Open SMS app using
intent (sms skill)
Examples
- "Call Mom" → query contacts "Mom" → number → intent CALL
- "Text John" → query contacts "John" → number → intent SENDTO
- "What is Lisa's number?" → query contacts "Lisa" → TTS read out number