outlook_search_people

Pack: outlook-contacts · Endpoint: https://gateway.pipeworx.io/outlook-contacts/mcp

Search the people most relevant to the signed-in Outlook / Microsoft 365 user — colleagues, frequent email contacts, and people in their organization — ranked by relevance. Returns matching people with name, email addresses, job title, and company. Use to find a coworker or frequent contact by name even if they are not in the saved address book.

Parameters

NameTypeRequiredDescription
querystringyesFree-text query to match against relevant people (name, email, etc.).
topnumbernoMaximum number of people to return (default 25).

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_search_people","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.

Regenerated from source · build June 3, 2026