Claude Outlook MCP Tool

outlook_contacts

Search and retrieve contacts from Microsoft Outlook for macOS

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of contacts to retrieve (optional)
operationYesOperation to perform: 'list' or 'search'
searchTermNoText to search for in contacts (required for search operation)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of contacts to retrieve (optional)", "type": "number" }, "operation": { "description": "Operation to perform: 'list' or 'search'", "enum": [ "list", "search" ], "type": "string" }, "searchTerm": { "description": "Text to search for in contacts (required for search operation)", "type": "string" } }, "required": [ "operation" ], "type": "object" }

You must be authenticated.

Other Tools