Export Contact
contact_exportExport a Microsoft 365 contact to a portable vCard file for sharing or backup.
Instructions
📖 Export a contact in vCard format (read-only, safe for unsupervised use)
Exports contact information in vCard format for portability and sharing. vCard is a standard format supported by most contact management applications.
Args: account_id: Microsoft account ID contact_id: The contact ID to export format: Export format (currently only "vcard" is supported)
Returns: Dictionary containing the vCard data and metadata
Raises: ValidationError: If format is not supported. ValueError: If contact is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| contact_id | Yes | ||
| format | No | vcard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||