create-outlook-contact
create-outlook-contactAdd a contact to Outlook Contacts, choosing the root folder or another contact folder. Provide name, email, phone, address, and other details.
Instructions
Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| confirm | No | For destructive operations when the confirm gate is enabled (MS365_MCP_REQUIRE_CONFIRM=true; off by default). Set to true only after the user has explicitly approved this action. When the gate is on, calls without confirm: true return { error: "confirmation_required" } without touching user data. | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |