search_contacts
Find contacts by searching name, email, or phone number.
Instructions
Search contacts by name, email, or phone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.js:30-30 (registration)Tool 'search_contacts' is registered in the TOOLS array with description 'Search contacts by name, email, or phone'. The actual implementation is not present in this stub file; it only returns a placeholder message. The real handler exists in a native binary (macOS/Windows/Linux).
["search_contacts", "Search contacts by name, email, or phone"], - server.js:106-107 (schema)Schema and registration: each tool (including search_contacts) is registered with an empty schema object {} meaning no input parameters are validated. All tools share the same stub handler.
for (const [name, desc] of TOOLS) { server.tool(name, desc, {}, async () => ({