create-outlook-contact
create-outlook-contactDestructive
Create a new contact in Outlook, adding details like name, address, phone, and email to the Contacts folder or a specified folder.
Instructions
Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder.
Input Schema
TableJSON 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 |