contacts_find

contacts_find

Look someone up in the address book by name, part of a name, or address. Use this before sending mail to a person named rather than addressed

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

NameTypeWhat it is
query*stringA name, part of a name, or an address

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":{"query":"query"},"name":"contacts_find"}}

Try it in the playground.