outlook_get_contact
Pack: outlook-contacts · Endpoint: https://gateway.pipeworx.io/outlook-contacts/mcp
Get the full details of a single Outlook / Microsoft 365 contact by its ID, including display name, all email addresses, business and mobile phone numbers, home address, company name, job title, and department. Use after outlook_list_contacts to read a contact from the address book in full.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | The ID of the contact to retrieve (from outlook_list_contacts). |
Example call
curl -X POST https://gateway.pipeworx.io/outlook-contacts/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"outlook_get_contact","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"outlook-contacts": {
"url": "https://gateway.pipeworx.io/outlook-contacts/mcp"
}
}
}
See Getting Started for client-specific install steps.