contacts_add
contacts_add
Save someone to the address book. Adding a name already there updates it rather than making a second card
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Contacts — The caller's own address book: turn a name into an address.
Arguments
| Name | Type | What it is |
|---|---|---|
name* | string | The person's name, e.g. "Sarah Chen" |
email | string | Their email address |
phone | string | Their phone number |
note | string | Anything worth remembering about them |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"name":"name"},"name":"contacts_add"}}Try it in the playground.


